🔓 The Moca Chain source code is publicly available on GitHub: mocachain/moca.
Validator Information
Prerequisites
- Git
- Go 1.23+ and jq (native run)
- Docker 24+ and Docker Compose (docker run)
- macOS or Linux
Setting up Local Testnet
Clone the Repo
Clone the repository and navigate to the base directory:Deploy Single Node network.
1. Build the binaries
2. Deploy single validator / storage provider.
Start a single validator network with one Storage Provider:deployment/localup/.local/validator0deployment/localup/.local/sp0
- CometBFT RPC:
http://127.0.0.1:26657/status - EVM RPC:
http://127.0.0.1:8545 - REST API (LCD):
http://127.0.0.1:1317 - gRPC:
127.0.0.1:9090