wormhole/cosmwasm
cs 347357b251 fix clippy::needless-lifetimes warnings
by removing the binders for inferrable lifetimes
2024-12-02 12:56:17 -05:00
..
.cargo
artifacts
contracts cosmwasm: add support for json schemas for all contracts (#4118) 2024-10-28 09:59:53 -05:00
deployment Terra2: Use "docker compose", not docker-compose (#4056) 2024-08-02 15:00:29 -05:00
devnet/config
packages fix clippy::needless-lifetimes warnings 2024-12-02 12:56:17 -05:00
.dockerignore
.gitignore
Cargo.lock cosmwasm: add support for json schemas for all contracts (#4118) 2024-10-28 09:59:53 -05:00
Cargo.toml sdk/rust: prepare to publish crate (#3849) 2024-03-25 14:09:54 -04: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