Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 committed Feb 5, 2024
1 parent cc13281 commit 08eb017
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bin/mpt-test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# mpt-test

This tool aims to verify mainnet blocks for the MPT circuit.

## Running tests

Just run `cargo run --release`

## Adding new blocks to prove

In order to add more blocks to prove you have to:

- Add new entry in the `access-lists` folder
- Set the environment variable `WEB3_SERVICE_PROVIDER` to a mainnet JSON-RPC provider
- Run the tests again


## How

1 change: 1 addition & 0 deletions bin/mpt-test/test_mainnet_blocks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo run --release

0 comments on commit 08eb017

Please sign in to comment.