It is the RPC provider subnet of JungoAI and functions as a decentralized, free and open-source solution. It could serve as a replacement for centralized solutions such as Infura, Alchemy, and others.
To read more about what is RPC Subnet and How it works, visit here.
See here.
Pre requirement: rye
Installation on Linux:
curl -sSf https://rye.astral.sh/get | bashInstall deps:
rye syncEnter virtual environment:
. .venv/bin/activateRun Worker:
. ./scripts/run_rpc_worker.shRun Monitor:
. ./scripts/run_rpc_monitor.shNote:
If you are connecting to a local jungochain node with fast-blocks enabled, you should pass
--fast_blocks into ./scripts/run_rpc_monitor.sh
First build the python package:
rye build --wheel --cleanDocker image would build from the package.
docker build . --tag your-image-name