Getting Started
1. Clone Repository
git clone https://github.com/Amungold/amunchain.git cd amunchain
2. Build
cargo build --release
3. Run Testnet Node
cargo run --release --bin rpc_server -- 0 9900 9070 4
Starts validator 0 with RPC on port 9070, quorum 4.
4. Verify
curl http://localhost:9070/api/status