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
.envfile in the submodule root dir. - Set up the your
wallet private key,alchemy keyandetherscan api keyin.envfile..env.exampleis an example which contains dummy configuration.
Please handle your secrets carefully. In this project, .env has already been added into .gitignore.