Skip to content

Kourin1996/revm_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revm_playground

Small playground for experimenting with revm in Rust, alongside a Foundry subproject for Solidity contracts.

Rust binaries

Default binary

Run the default example in src/main.rs:

cargo run

ERC-20 deploy example

Run the ERC-20 deployment example in bin/erc20-deploy/main.rs:

cargo run --bin erc20-deploy

This binary boots an in-memory revm instance, deploys the compiled contract from contracts/src/ERC20.sol, and prints the deployed contract address plus the initial holder balance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors