nim-eth2-scenarios/README.md

26 lines
793 B
Markdown

# ETH 2 Scenarios
This repo holds Ethereum consensus scenarios of particular interest for [Nimbus Eth2](https://github.com/status-im/nimbus-eth2)
At the moment it contains:
- A test vector downloader for [Ethereum consensus specs](https://github.com/ethereum/consensus-specs)
Future plans include:
- Bugs arising from usage or fuzzing
- Benchmark scenarios in particular those that might trigger degenerate cases
## Cloning the repo
### Cloning and downloading the consensus spec test vectors
After cloning the repo, you will need to download the consensus spec test vectors.
This is done via the `download_test_vectors.sh` script.
```bash
git clone https://github.com/status-im/nim-eth2-scenarios
cd nim-eth2-scenarios
# Download versioned test vectors
./download_test_vectors.sh
```