Skip to content
/ daytona Public

Daytona is an EVMC compatible Ethereum VM kit.

License

Notifications You must be signed in to change notification settings

axic/daytona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Daytona is an EVMC compatible Ethereum VM kit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages