verify and publish
rinkeby etherscan > go to contract address >

Then we will come to this screen:

We need to input the flattened solidity source code -> meaning copypasta all the imports and so forth.
can pro-grammatically flatten:
get API key from ehterscan account
input into brownie in .env file:

in deploy.py, edit your deploy statement like so:
now rerun brownie run deploy.py --network rinkeby

Last updated