Run make install
- Test that install was successful by running
wbad
If the install was not successful, install with go by running go install ./...
in the root directory.
- Then, install database by running
go install -ldflags '-w -s -X github.com/cosmos/cosmos-sdk/types.DBBackend=pebbledb' -tags pebbledb ./...
Run ./test_node.sh