README.md
October 24, 2022 ยท View on GitHub
This repository contains openzeppelin ethernaut challenge solutions using brownie
For each of these challenges, you will have to add an .env file containing your Infura project ID and private key for your challenge account:
export WEB3_INFURA_PROJECT_ID='AABBCCDD.......'
export PRIVATE_KEY='0xDEADBEEFCACA...'