a3682cc158 | ||
---|---|---|
.. | ||
.vscode | ||
app | ||
build | ||
cmd/wormchaind | ||
design | ||
docs | ||
proto/wormhole | ||
testing/js | ||
testutil | ||
ts-sdk | ||
validators | ||
x/wormhole | ||
.gitignore | ||
Makefile | ||
README.md | ||
development.md | ||
go.mod | ||
go.sum |
README.md
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.
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