153e92d4f4
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. |
||
---|---|---|
.. | ||
.vscode | ||
app | ||
build | ||
cmd/wormhole-chaind | ||
design | ||
docs | ||
proto | ||
scripts | ||
testing/js | ||
testutil | ||
ts-sdk | ||
validators | ||
x | ||
.gitignore | ||
Makefile | ||
development.md | ||
go.mod | ||
go.sum | ||
notes-for-chase.txt | ||
readme.md |
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