https://github.com/refcell/evm.rs
Barebones Rust EVM Implementation
https://github.com/refcell/evm.rs
Last synced: 9 months ago
JSON representation
Barebones Rust EVM Implementation
- Host: GitHub
- URL: https://github.com/refcell/evm.rs
- Owner: refcell
- License: agpl-3.0
- Created: 2022-01-31T15:53:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T04:49:00.000Z (about 4 years ago)
- Last Synced: 2025-05-05T15:54:40.418Z (9 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evm.rs
**Barebones** Rust EVM Implementation
## Building
```sh
make
```
## Running
```sh
./target/release/cli
```