wormhole/wormchain/README.md

935 B

Wormchain

Wormchain is a blockchain built using Cosmos SDK and Tendermint and created with Starport.

Building

We use ignite to build the protobuf. Install the latest version we've pinned.

curl https://get.ignite.com/cli@v0.23.0 | bash
cp ignite ~/.local/bin/

Build and install wormchain.

go install ./...

Develop

See development.md

How to run the tests

run either "starport chain serve" or "tilt up"
cd ./ts-sdk
npm ci
npm run build
cd ../testing/js
npm ci
npm run test

Learn more about Cosmos & Starport