wormhole/wormchain
Nikhil Suri 235fb59d05
wormchain: move governance consts to sdk (#2086)
2022-12-07 09:20:11 -08: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
mainnet wormchain: update genesis to include all guardians in next consensus set 2022-11-30 09:23:19 -06: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 wormchain: move governance consts to sdk (#2086) 2022-12-07 09:20:11 -08:00
.gitignore wormchain: add back protobuf 2022-10-28 08:11:51 -04:00
Makefile wormchain: Build with Ledger support by default 2022-11-28 19:26:49 -05:00
README.md wormchain: update build instruction 2022-11-17 14:14:13 -05: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

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