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

Latest commit

 

History

History
14 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 461 Bytes

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