Some notebooks to play around with data at the merge. Blog post explaining the notebooks in detail is here.
This repo uses ApeWorX for much of the data analysis. To start, clone the repo
$ git clone https://github.com/fmrmf/merge-challenge.git
$ cd merge-challenge
and install ape
along with the plugins needed for this project
$ pipx install eth-ape
$ ape plugins install .
You'll need to set environment variables for the network provider to work properly. An example .env.example
file is included, which assumes using Alchemy as the network provider:
$ export WEB3_ALCHEMY_PROJECT_ID=MY_ALCHEMY_PROJECT_ID
$ export ETHERSCAN_TOKEN=MY_ETHERSCAN_TOKEN
Substitute WEB3_ALCHEMY_PROJECT_ID
for another environment variable if using a different provider (e.g. Infura).
To interact with all the Jupyter notebooks, run
$ ape notebook