wormhole/wormchain
bruce-riley c1ff1e1d1c
Node/Gateway: Relay attestations (#3350)
2023-09-07 14:11:15 -05:00
..
.vscode
app wormchain: rename v2.22.0 upgrade to v2.23.0 upgrade 2023-08-16 21:14:18 -04:00
build wormchain - config comments and defaults 2023-01-27 14:03:02 -05:00
cmd/wormchaind
contracts/tools ci: pass num guardians to ci tests 2023-06-16 07:44:58 -07:00
design
devnet Node/Gateway: Relay attestations (#3350) 2023-09-07 14:11:15 -05:00
docs wormchain/ts-sdk: add wasm 2023-01-30 12:21:12 -06:00
ibc-relayer upgrade to golang 1.19.9 2023-05-04 07:22:38 -07:00
mainnet wormchain: add more persistent peers to wormchain 2023-01-24 08:25:14 -08:00
proto wormchain: setparams gov vaa (#3285) 2023-08-14 20:37:50 -04:00
testing/js
testnet wormchain: add testnet files 2023-05-12 06:16:53 -04:00
testutil Instantiate allowlist (#3181) 2023-08-07 11:18:40 -07:00
ts-sdk tilt: devnet deployment for ibc generic messaging (#2593) 2023-05-18 18:56:18 -04:00
x wormchain: add upgrade vaa and upgrade handler. Removes set params vaa. (#3292) 2023-08-16 20:24:57 -04:00
.gitignore wormchain: contracts env data (#2297) 2023-01-27 14:27:21 -05:00
Dockerfile upgrade to golang 1.19.9 2023-05-04 07:22:38 -07:00
Dockerfile.deploy docker: build CLI in shared image 2023-06-01 15:33:07 +01:00
Dockerfile.proto wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
Makefile wormchain: dont remove v in tag name for release 2023-03-15 11:59:31 -05:00
README.md wormchain: address comments on wormchain allowlisting 2023-01-31 10:37:53 -06:00
development.md wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
go.mod wormchain: add PFM (#3271) 2023-08-11 10:16:10 -04:00
go.sum wormchain: add PFM (#3271) 2023-08-11 10:16:10 -04: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

Allowlists

Accounts on wormchain are allowlisted. To be able to submit a tx on wormchain, you must have an account that is either:

  • A validator on wormchain that is part of a current or future guardian set, or
  • An account that is allowlisted by a current validator on wormchain.

To create or delete an allowlist entry, you use a validator account. Allowlist entries can become stale, meaning the owning validators are no longer part of the validator set. Any validator can delete or replace stale entries. To manage allowlists, use the wormchaind client.