wormhole/wormhole_chain
Chirantan Ekbote 153e92d4f4 wormchain: Use wormhole-sdk package
Now that the vaa code has moved into a separate sdk package we can use
it directly rather than going through the node package.  This should
also fix an issue where we didn't check for duplicate guardian
signatures during VAA verification.
2022-10-03 17:34:42 +09:00
..
.vscode Add wormhole chain 2022-10-03 17:34:42 +09:00
app wormchain: Rename "certusone" -> "wormhole-foundation" 2022-10-03 17:34:42 +09:00
build wormchain: Fix formatting and add to lint.sh 2022-10-03 17:34:42 +09:00
cmd/wormhole-chaind wormchain: Rename "certusone" -> "wormhole-foundation" 2022-10-03 17:34:42 +09:00
design wormchain: Audit items (#11) 2022-10-03 17:34:42 +09:00
docs Add wormhole chain 2022-10-03 17:34:42 +09:00
proto wormchain: Rename "certusone" -> "wormhole-foundation" 2022-10-03 17:34:42 +09:00
scripts Add wormhole chain 2022-10-03 17:34:42 +09:00
testing/js wormchain: Rename "certusone" -> "wormhole-foundation" 2022-10-03 17:34:42 +09:00
testutil wormchain: Rename "certusone" -> "wormhole-foundation" 2022-10-03 17:34:42 +09:00
ts-sdk wormchain: Rename "certusone" -> "wormhole-foundation" 2022-10-03 17:34:42 +09:00
validators Add wormhole chain 2022-10-03 17:34:42 +09:00
x wormchain: Use wormhole-sdk package 2022-10-03 17:34:42 +09:00
.gitignore Add wormhole chain 2022-10-03 17:34:42 +09:00
Makefile Add wormhole chain 2022-10-03 17:34:42 +09:00
development.md Add wormhole chain 2022-10-03 17:34:42 +09:00
go.mod wormchain: Use wormhole-sdk package 2022-10-03 17:34:42 +09:00
go.sum wormchain: Use wormhole-sdk package 2022-10-03 17:34:42 +09:00
notes-for-chase.txt Add wormhole chain 2022-10-03 17:34:42 +09:00
readme.md Add wormhole chain 2022-10-03 17:34:42 +09:00

readme.md

wormholechain

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

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