Chirantan Ekbote dd95954fc3 cosmwasm: Rename accounting -> accountant 2 년 전
..
artifacts 13780dba51 cosmwasm: cw20_base.wasm 0.13.4 3 년 전
contracts dd95954fc3 cosmwasm: Rename accounting -> accountant 2 년 전
deployment dd95954fc3 cosmwasm: Rename accounting -> accountant 2 년 전
devnet 9db82e310f cosmwasm - separate deploy code per chain 2 년 전
packages dd95954fc3 cosmwasm: Rename accounting -> accountant 2 년 전
.dockerignore c7d8075555 cosmwasm: initialize 3 년 전
.gitignore 9db82e310f cosmwasm - separate deploy code per chain 2 년 전
Cargo.lock dd95954fc3 cosmwasm: Rename accounting -> accountant 2 년 전
Cargo.toml dd95954fc3 cosmwasm: Rename accounting -> accountant 2 년 전
Dockerfile 9db82e310f cosmwasm - separate deploy code per chain 2 년 전
Dockerfile.deploy 9db82e310f cosmwasm - separate deploy code per chain 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