This repository contains some common configurations for smart contract projects.
After integrated this submodule into your project, please check the following steps in advance to ensure it works well:
- Update the submodule. Make sure the network info is up-to-date.
- Create an
.env
file in the submodule root dir. - Set up the your
wallet private key
,alchemy key
andetherscan api key
in.env
file..env.example
is an example which contains dummy configuration.
Please handle your secrets carefully. In this project, .env
has already been added into .gitignore
.