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

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