Skip to content

jungoai/jungo-sdk

Repository files navigation

Installation

Install rye:

curl -sSf https://rye.astral.sh/get | bash

Then install Jungo-sdk via rye:

rye install jungo-sdk --git https://github.com/jungoai/jungo-sdk.git

Run Echo worker

jungo-sdk-echo-worker --ip <HOST-IP> --port <PORT> --netuid <NETUID> --logging.debug --subtensor.chain_endpoint ws://<CHAIN-IP>:<CHAIN-PORT> --wallet.name <NAME> --wallet.hotkey <HOTKEY>

Run Echo monitor

jungo-sdk-echo-monitor --subtensor.chain_endpoint ws://<CHAIN-IP>:<CHAIN-PORT> --wallet.name <NAME> --wallet.hotkey <HOTKEY> --logging.debug --netuid <NETUID>

About

SDK for creating subnet on Jungoai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published