Compile The Source Code
-
Install Go 1.12.5+ official website
-
Install Maxonrow blockchain binaries:
# Clone the project repository
git clone https://github.com/maxonrow/maxonrow-go
# Change to the project directory.
cd maxonrow-go
# Checkout master branch.
git checkout master
# Get all the dependecies and build project the binary
make all
This creates:
mxwd: Maxonrow blockchain daemon
mxwcli: Maxonrow blockchain client. Used this for creating keys and lightweight interaction with the blockchain and underlying Tendermint node.