wormhole/wormchain
Evan Gray 5470ede7f7 ci: quieter wormchain 2022-10-27 07:52:24 -04:00
..
.vscode rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
app rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
build rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
cmd/wormchaind rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
design rename wormhole_chain to wormchain 2022-10-24 17:59:52 -04:00
docs rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
proto/wormhole rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
testing/js rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
testutil rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
ts-sdk rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
validators ci: quieter wormchain 2022-10-27 07:52:24 -04:00
x/wormhole rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
.gitignore rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
Makefile rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
development.md rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
go.mod rename wormhole_chain to wormchain 2022-10-24 17:59:52 -04:00
go.sum rename wormhole_chain to wormchain 2022-10-24 17:59:52 -04:00
readme.md rename wormhole_chain to wormchain 2022-10-24 17:59:52 -04:00

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 the protobuf.

ignite generate proto-go

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