Paul Noel 1badc908f5 cosmwasm: fix terra2 test 2 年之前
..
.cargo b35480f966 accountant: address review comments for modify governance vaa 2 年之前
artifacts 13780dba51 cosmwasm: cw20_base.wasm 0.13.4 3 年之前
contracts f6f93bf35e tilt: devnet deployment for ibc generic messaging (#2593) 2 年之前
deployment 1badc908f5 cosmwasm: fix terra2 test 2 年之前
devnet 9db82e310f cosmwasm - separate deploy code per chain 2 年之前
packages d7b6be7358 Cosmwasm package naming updates (#2641) 2 年之前
.dockerignore c7d8075555 cosmwasm: initialize 3 年之前
.gitignore 9db82e310f cosmwasm - separate deploy code per chain 2 年之前
Cargo.lock 892274ffa4 cosmwasm: ibc contracts (#2591) 2 年之前
Cargo.toml 892274ffa4 cosmwasm: ibc contracts (#2591) 2 年之前
Dockerfile 9db82e310f cosmwasm - separate deploy code per chain 2 年之前
Dockerfile.deploy 0ecc427d6f docker: build CLI in shared image 2 年之前
Makefile 9db82e310f cosmwasm - separate deploy code per chain 2 年之前
README.md 9db82e310f cosmwasm - separate deploy code per chain 2 年之前
rustfmt.toml dedcea34af cosmwasm: Fix formatting 3 年之前
verify 54194b1f64 cosmwasm: Added injective mainnet verify script (#2078) 3 年之前

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