wormhole/wormhole_chain
Chirantan Ekbote 727a3e869d wormchain: wormhole: Check for multiple validator registration.
Don't allow a tx signer to register more than one guardian validator.
2022-10-03 17:34:42 +09:00
..
.vscode Add wormhole chain 2022-10-03 17:34:42 +09:00
app Add wormhole chain 2022-10-03 17:34:42 +09:00
build Add wormhole chain 2022-10-03 17:34:42 +09:00
cmd/wormhole-chaind Add wormhole chain 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 Add wormhole chain 2022-10-03 17:34:42 +09:00
scripts Add wormhole chain 2022-10-03 17:34:42 +09:00
testing/js Add wormhole chain 2022-10-03 17:34:42 +09:00
testutil Add wormhole chain 2022-10-03 17:34:42 +09:00
ts-sdk Add wormhole chain 2022-10-03 17:34:42 +09:00
validators Add wormhole chain 2022-10-03 17:34:42 +09:00
x wormchain: wormhole: Check for multiple validator registration. 2022-10-03 17:34:42 +09:00
.gitignore Add wormhole chain 2022-10-03 17:34:42 +09:00
Dockerfile 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 Add wormhole chain 2022-10-03 17:34:42 +09:00
go.sum Add wormhole chain 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