wormhole/wormchain/README.md

799 B

Wormchain

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

Building

Build and install wormchain. You will need golang version 1.16+ installed.

make build/wormchaind

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