The repository has been moved to https://github.com/ComposableFi/cosmwasm-vm
Experimental, minimalistic, no_std
friendly abstract virtual machine for CosmWasm contracts execution.
- Install Nix
- Install Nix Flakes
- Enter the dev env with:
nix develop
- Run test suite using:
cargo test
- Get a live-updating list of all clippy errors:
bacon