wormhole/cosmwasm
Evan Gray 3a8aec6217 ntt-accountant: update comment and add test 2024-03-15 20:49:23 -04:00
..
.cargo accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
artifacts
contracts ntt-accountant: update comment and add test 2024-03-15 20:49:23 -04:00
deployment terra: update devnet address 2023-12-13 11:45:07 -05:00
devnet/config cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
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 cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
Cargo.lock cosmwasm: functional ntt-accountant contract 2024-03-07 11:04:06 -05:00
Cargo.toml ntt-accountant: copy from global-accountant 2024-03-07 11:04:06 -05:00
Dockerfile cosmwasm: functional ntt-accountant contract 2024-03-07 11:04:06 -05:00
Dockerfile.deploy tilt: remove additional root CA support 2023-12-12 14:22:05 -06:00
Makefile cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
README.md cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
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