https://ethernaut.openzeppelin.com/
create .env file with the following
#your private key from metamask
export PRIVATE_KEY=0x00000000000000000000000000000
#your infura project id (register a free account on infura.io)
export WEB3_INFURA_PROJECT_ID=abcd1234
- get your game instance address on ethernaut
- paste in address in scripts (eg. deploy_coinflip.py)
- run script to solve the challenge (eg. brownie run deploy_coinflip --network rinkeby)
- click submit instance on ethernaut