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

Doc: Improve readme #130

Merged
merged 4 commits into from
Sep 21, 2023
Merged
Changes from 2 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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This repository contains the execution of the EF standard execution layer tests.

The Ethereum Foundation provides a suite of [official tests](https://github.com/ethereum/tests) to verify the compliance of EVM clients.
Passing all these tests qualifies a client as EVM-compliant.
khaeljy marked this conversation as resolved.
Show resolved Hide resolved
For further information, please refer to the [official documentation](https://ethereum-tests.readthedocs.io/en/latest/).

As Kakarot is an EVM running within CairoVM, we can't run these tests using the Ethereum Foundation runner ([retesteth](https://github.com/ethereum/retesteth)).
We therefore need to develop our own runner to be able to run these tests on Kakarot and thus certify our compatibility with the EVM.
khaeljy marked this conversation as resolved.
Show resolved Hide resolved

## Requirements

- nextest: to install [nextest](https://nexte.st/index.html), run `cargo install cargo-nextest --locked`
Expand Down
Loading