Sample template with hardhat configuration and several networks deployment.
- Ethereum: Goerli, Kovan, Ropsten, Rinkeby,
- Arbitrum: Rinkeby
The configuration of the required keys is done by create a .env file at the root of the project. The format of this file is:
KEY=VALUE
An template is provided in dotenv-template, please fill the values in and rename it to .env. The .env file is ignored by .gitignore and never commited to the repository.
The package provides the ability to fork existing networks locally through:
$ npm run ganache:$(network)
Where network can be one of the supported networks mentioned above
My name is Roberto Cano and you can find me at https://github.com/robercano and https://github.com/The-Solid-Chain