wormhole/wormchain
Conor Patrick e5a9ef78d1 wormchain: update new mainnet genesis 2022-12-22 09:34:27 -06:00
..
.vscode
app wormchain: add accounting contract bindings 2022-12-16 08:51:41 -05:00
build
cmd/wormchaind
design
docs
mainnet wormchain: update new mainnet genesis 2022-12-22 09:34:27 -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
testutil
ts-sdk
validators
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
Makefile wormchain: Build with Ledger support by default 2022-11-28 19:26:49 -05:00
README.md wormchain: update build instruction 2022-11-17 14:14:13 -05:00
development.md
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 created with Starport.

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 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