wormhole/wormhole_chain
Conor Patrick b7bcf16fb8
wormchain: Update cosmos 0.45.9 (#1763)
* wormchain: update cosmos-sdk v0.45.9

* wormchain: remove hardcoded tracing for prod
2022-10-19 18:58:49 -07:00
..
.vscode Add wormhole chain 2022-10-03 17:34:42 +09:00
app wormchain: Update cosmos 0.45.9 (#1763) 2022-10-19 18:58:49 -07:00
build wormchain: remove tokenbridge 2022-10-19 09:00:42 -05: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 wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
proto/wormhole wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
testing/js wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
testutil wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
ts-sdk wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
validators wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
x/wormhole wormchain: remove tokenbridge 2022-10-19 09:00:42 -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 wormchain: remove tokenbridge 2022-10-19 09:00:42 -05:00
go.mod wormchain: Update cosmos 0.45.9 (#1763) 2022-10-19 18:58:49 -07:00
go.sum wormchain: Update cosmos 0.45.9 (#1763) 2022-10-19 18:58:49 -07: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