Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

hussein-aitlahcen/cosmwasm-vm

Repository files navigation

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