/cosmwasm-vm

Alternative CosmWasm VM

Primary LanguageRustMIT LicenseMIT

CosmWasm VM

Experimental, minimalistic, no_std friendly abstract virtual machine for CosmWasm contracts execution.

Getting started

  • 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