Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 752 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 752 Bytes

Mask Smart Contract Configurations

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 and etherscan api key in .env file. .env.example is an example which contains dummy configuration.

NOTICE

Please handle your secrets carefully. In this project, .env has already been added into .gitignore.