shazow / whatsabi

Extract the ABI (and other metadata) from Ethereum bytecode, even without source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an example env

SonOfMosiah opened this issue · comments

Would be helpful to have an example env file for running the tests during development.

Good call, where's the best place to put it? .env.example?

Should be something like

export INFURA_API_KEY="..."
export ETHERSCAN_API_KEY="..."
export PROVIDER="ethers"  # or "viem"

Yep. A .env.example would be good. You can add a small change to the Readme under the Development header that says to get started cp .env.example .env