/cosmwasm-vm

Moved to https://github.com/ComposableFi/cosmwasm-vm

Primary LanguageRustMIT LicenseMIT

The repository has been moved to https://github.com/ComposableFi/cosmwasm-vm

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