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