Crates.io | aurora-evm |
lib.rs | aurora-evm |
version | 2.1.3 |
created_at | 2024-07-15 13:08:19.08954+00 |
updated_at | 2025-07-10 17:12:39.52145+00 |
description | Aurora Ethereum Virtual Machine implementation written in pure Rust |
homepage | |
repository | https://github.com/aurora-is-near/aurora-evm |
max_upload_size | |
id | 1303845 |
size | 315,558 |
A blazing fast 🚀, pure Rust implementation of the Ethereum Virtual Machine (EVM)
Production ready. Supported by Aurora Labs and used in production.
Supported Ethereum hard forks:
To get started, add the following dependency to your Cargo.toml
:
[dependencies]
aurora-evm = "2.0"