wormhole/wormhole_chain
Hendrik Hofstadt a1fcdb6ac1
wormchain: fix priv validator state blocking startup (#1716)
Change-Id: I2b5018d7b16653ce825dff8b3045364cb133b602
2022-10-15 18:15:25 +02:00
..
.vscode Add wormhole chain 2022-10-03 17:34:42 +09:00
app add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05:00
build wormchain: fix priv validator state blocking startup (#1716) 2022-10-15 18:15:25 +02:00
cmd/wormhole-chaind add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05: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 vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05: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 add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05: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 add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05:00
.gitignore add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05:00
Makefile wormchain: fix priv validator state blocking startup (#1716) 2022-10-15 18:15:25 +02:00
development.md Add wormhole chain 2022-10-03 17:34:42 +09:00
go.mod add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05:00
go.sum add vaa-gated wasmd to wormchain (#1674) 2022-10-14 17:12:57 -05: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