wormhole/wormchain
Conor Patrick 034358b55f wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
..
.vscode rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
app wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
build wormchain - config comments and defaults 2023-01-27 14:03:02 -05:00
cmd/wormchaind rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
contracts/tools test: accountant e2e 2023-01-31 11:09:43 -05:00
design rename wormhole_chain to wormchain 2022-10-24 17:59:52 -04:00
devnet wormchain - peer-exchange reactor off by default 2023-01-23 15:06:07 -06:00
docs wormchain/ts-sdk: add wasm 2023-01-30 12:21:12 -06:00
ibc-relayer wormchain ibc - update wormchain service name 2023-01-27 06:56:15 -05:00
mainnet wormchain: add more persistent peers to wormchain 2023-01-24 08:25:14 -08:00
proto/wormhole wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
testing/js rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
testutil wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
ts-sdk wormchain/ts-sdk: add wasm 2023-01-30 12:21:12 -06:00
x/wormhole wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
.gitignore wormchain: contracts env data (#2297) 2023-01-27 14:27:21 -05:00
Dockerfile tilt: two wormchain nodes for devnet (#2228) 2023-01-18 17:15:23 -05:00
Dockerfile.deploy tilt: fix accounting deploy 2023-01-30 10:17:20 -06:00
Dockerfile.proto wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
Makefile wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
README.md wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
development.md wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
go.mod wormchain: bump wasmd fork 2023-01-23 17:02:50 -05:00
go.sum wormchain: bump wasmd fork 2023-01-23 17:02:50 -05:00

README.md

Wormchain

Wormchain is a blockchain built using Cosmos SDK and Tendermint and initially created with Ignite.

Building

Build and install wormchain. You will need golang version 1.16+ installed.

make build/wormchaind

Develop

See development.md

How to run the tests

run "tilt up -- --wormchain"
cd ./ts-sdk
npm ci
npm run build
cd ../testing/js
npm ci
npm run test

Learn more about Cosmos & Ignite