Golang implementation of the Mandu node built using Cosmos SDK and Tendermint.
- Clone the repository
- Run
make build
to build the binary atbuild/mandud
- Run
make config-devnet
to initialize the chain with a mock configuration - Run
make run-devnet
to start the node