Awesome
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...'