wormhole/wormchain
Nikhil Suri a7976136b7
tilt: add ibc relayer which connects wormchain and terra2 to dev environment (#2215)
- updates terra2 devnet chain timeout_commit to "1s" since the timeout_commit of "0.5s" is too fast and leads to Terra2's clock going into the future.
- updates terra2 devnet chain unbonding_time to "1814400s" which is the default value and translates to a valid trusting period for IBC connectivity.
2023-01-18 07:57:09 -08:00
..
.vscode rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
app wormchain: add accounting contract bindings 2022-12-16 08:51:41 -05:00
build tilt: add ibc relayer which connects wormchain and terra2 to dev environment (#2215) 2023-01-18 07:57:09 -08:00
cmd/wormchaind rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
design rename wormhole_chain to wormchain 2022-10-24 17:59:52 -04:00
docs rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
ibc-relayer tilt: add ibc relayer which connects wormchain and terra2 to dev environment (#2215) 2023-01-18 07:57:09 -08:00
mainnet wormchain: reset genesis to adjust 0 commission change values 2023-01-17 17:18:00 -06:00
proto/wormhole wormchain: remove redundant guardian key arg in register-account-as-guardian msg handler 2022-12-20 14:58:49 -06:00
testing/js rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
testutil rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
ts-sdk rename all wormholechain and wormhole-chain references 2022-10-24 17:59:52 -04:00
validators wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
x/wormhole wormchain: remove redundant guardian key arg in register-account-as-guardian msg handler 2022-12-20 14:58:49 -06:00
.gitignore wormchain: add back protobuf 2022-10-28 08:11:51 -04:00
Dockerfile docker: reorganize dockerfiles 2022-12-21 10:58:22 -08:00
Dockerfile.proto wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
Makefile wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08: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: update cosmos-sdk to disable 0 delegation invariant check 2022-12-22 09:34:27 -06:00
go.sum wormchain: update cosmos-sdk to disable 0 delegation invariant check 2022-12-22 09:34:27 -06: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