Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.25 KB

Daytona

Daytona is an EVMC compatible Ethereum VM kit.

It aims to support a variety of VM implementations written in Rust, such as Parity's, CitaVM, SputnikVM, SputnikVM (fork), evm-rs (discontinued), evm-rs (fork) and rust-evm.

The main goal is to benchmark, compare and fuzz these implementations.

P.S. let me know if there are other Rust EVM implementations out there.

Currently it only supports Parity's EVM through standalone-parity-evm.

Build

Install Rust first, then:

$ cargo build --release

should result in an EMVC compatible shared library.

Maintainer(s)

  • Alex Beregszaszi

License

Apache-2.0

Note: While this repository is Apache-2.0 licensed, the resulting binary linked with Parity's EVM will be licensed under GPL-3.0.