Tensorplex Kami
Nest framework for substrate-related interactions.
$ npm install| Variable | Description | Default Value | Remarks |
|---|---|---|---|
| BITTENSOR_DIR | Bittensor directory | $HOME/.bittensor | |
| WALLET_COLDKEY | Bittensor coldkey name | - | |
| WALLET_HOTKEY | Bittensor hotkey name | - | |
| SUBTENSOR_NETWORK | Network name | - | if not set, falls back to Latent Holdings Subtensor ws://localhost:9944 (local subtensor) |
| KAMI_PORT | Port | 8882 | if not set, falls back to 3000 |
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodDeploy your Kami instance as a Docker container.
# Using the provided docker compose as example
docker compose up -dThe latest documentation can be found at https://kami.tensorplex.ai/. Swagger UI can also be accessed once compiled: http://localhost:KAMI_PORT/docs
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Website - https://tensorplex.ai
- Twitter - @TensorplexLabs
Tensorplex Kami is MIT licensed.