xevm 0.1.1

Tiny Ethereum virtual machine written in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "xevm"
version = "0.1.1"
edition = "2021"
description = "Tiny Ethereum virtual machine written in pure Rust"
license = "MIT"

[dependencies]
uint = "0.10"
sha3 = "0.10.8"
anyhow = "1.0"