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

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