Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: a few README fixes #266

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ interpreter that can be easily customized.
## Status

The Rust EVM project has a long history dating back to the initial
implementation in 2017 (when it was called SputnikVM). It has went through
multiple rewrites over the years to accomodate for different requirements, when
we successfully tested one integrating Geth to sync the mainnet.
implementation in 2017 (when it was called SputnikVM). It has gone through
multiple rewrites over the years to accomodate the different requirements
needed to maintain synchronization with mainnet geth.

The current rewrite is used in production for the Frontier project (the
Ethereum-compatibility layer for Polkadot). However, we have not yet fully
tested it against Ethereum mainnet. If you have such requirements, PR for fixes
tested it against Ethereum mainnet. If you have such requirements, PRs for fixes
are welcomed.

## Features
Expand All @@ -36,6 +36,14 @@ Rust EVM requires at least `rustc 1.75`.

* [Latest release documentation](https://docs.rs/evm)

## Tests

To run tests you'll need to pull in the jsontests submodule.

```bash
git submodule update --init --recursive
```

## License

Apache 2.0
Loading