Skip to content

A playground to test sol contracts and take the Rust EVM for a spin

Notifications You must be signed in to change notification settings

LitheumOrg/RustEVMPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust EVM Playground

A playground for taking Rust EVM for a spin.

Requires solc.

Currently only supports string, uint, address, bool, and bytes32 types on contracts. May break for bytesXX other than 32.

Usage:

  1. Put contracts into the contracts folder
  2. cargo run

Contract build file and abi will be placed in build/contracts.

About

A playground to test sol contracts and take the Rust EVM for a spin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages