Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 662 Bytes

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>