- Standalone - can be launched as an independent process or integrated into other apps
- Universal - production ready for any EVM-compatible chain
- Stateless - only an execution environment connected to independent State storage
- Fast - main focus is on performance
Production ready. Supported by Aurora Labs and used in production.
Supported Ethereum hard forks:
- Frontier
- Homestead
- Tangerine Whistle
- Spurious Dragon
- Byzantium
- Constantinople
- Istanbul
- Berlin
- London
- Paris (The Merge)
- Shanghai
- Cancun
- Prague
- 100% supports of Ethereum tests
- 100% supports of Ethereum Execution Spec Tests
To get started, add the following dependency to your Cargo.toml
:
[dependencies]
aurora-evm = "2.0"