Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 476 Bytes

INSTALL.md

File metadata and controls

13 lines (8 loc) · 476 Bytes

Install Instructions

Step 1: Install local WBA blockchain

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 ./...
Step 2: Run local WBA blockchain

Run ./test_node.sh