Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-evm

A tiny EVM implementation in Rust.

What's included

This crate only implements the core execution engine of the EVM.

What's not included

This crate doesn't implements:

  • Gas metering nor out of gas errors

  • The Ethereum world state

  • Inter-account calls

  • Any kind of hardfork-specific logic

TODO

  • Publish it to crates.io

  • Create wasm bindings and publish an npm package

  • Create an N-API bindings and publish an npm package

License

MIT

About

A tiny implementation of the EVM in Rust

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages