wormhole/cosmwasm
Evan Gray 09d18801fd terra: update devnet address 2023-12-13 11:45:07 -05:00
..
.cargo
artifacts
contracts Tokenfactory metadata display fix (#3337) 2023-11-14 14:46:09 -08:00
deployment terra: update devnet address 2023-12-13 11:45:07 -05:00
devnet/config
packages Add ibc-translator contract to the cosmwasm workspace and it's governance packet to the rust sdk. (#3174) 2023-08-10 07:08:22 -07:00
.dockerignore
.gitignore
Cargo.lock Add tests for ibc-translator contract (#3301) 2023-11-13 11:33:46 -08:00
Cargo.toml Add ibc-translator contract to the cosmwasm workspace and it's governance packet to the rust sdk. (#3174) 2023-08-10 07:08:22 -07:00
Dockerfile tilt: remove additional root CA support 2023-12-12 14:22:05 -06:00
Dockerfile.deploy tilt: remove additional root CA support 2023-12-12 14:22:05 -06:00
Makefile
README.md
rustfmt.toml
verify

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