wormhole/cosmwasm
Evan Gray 8ca620b81e ntt-accountant: clean up and add normalize test 2024-03-07 11:04:06 -05:00
..
.cargo
artifacts
contracts ntt-accountant: clean up and add normalize test 2024-03-07 11:04:06 -05: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 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
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