John Saigle f105be4e7c ci: fix clippy lint violation (#4412) vor 4 Monaten
..
.cargo b35480f966 accountant: address review comments for modify governance vaa vor 2 Jahren
artifacts 13780dba51 cosmwasm: cw20_base.wasm 0.13.4 vor 3 Jahren
contracts f105be4e7c ci: fix clippy lint violation (#4412) vor 4 Monaten
deployment e90146b321 Update elliptic to >= 6.6.1 (#4272) vor 8 Monaten
devnet 9db82e310f cosmwasm - separate deploy code per chain vor 2 Jahren
packages 7ef11596a0 cosmwasm: update cw wormhole rust tests (#4190) vor 11 Monaten
.dockerignore c7d8075555 cosmwasm: initialize vor 3 Jahren
.gitignore 9db82e310f cosmwasm - separate deploy code per chain vor 2 Jahren
Cargo.lock 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) vor 7 Monaten
Cargo.toml 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) vor 7 Monaten
Dockerfile 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) vor 7 Monaten
Dockerfile.deploy 094a404902 tilt: remove additional root CA support vor 1 Jahr
Makefile 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) vor 7 Monaten
README.md 9db82e310f cosmwasm - separate deploy code per chain vor 2 Jahren
rustfmt.toml dedcea34af cosmwasm: Fix formatting vor 3 Jahren
verify 54194b1f64 cosmwasm: Added injective mainnet verify script (#2078) vor 3 Jahren

README.md

Cosmwasm Wormhole Contracts

NOTE: This process is only Linux host compatible at this time.

Build Contracts

The following command can be used to build optimized cosmwasm contracts via Docker.

wormhole/cosmwasm $ make artifacts

Upon completion, the compiled bytecode for cosmwasm contracts will be placed into the artifacts directory.

Run tests

You can run the cargo unit tests.

wormhole/cosmwasm $ cargo test --workspace --locked