https://github.com/dimensiondev/smartcontractprojectconfig
Frequently used configurations for smart contract projects
https://github.com/dimensiondev/smartcontractprojectconfig
Last synced: 7 months ago
JSON representation
Frequently used configurations for smart contract projects
- Host: GitHub
- URL: https://github.com/dimensiondev/smartcontractprojectconfig
- Owner: DimensionDev
- Created: 2021-07-28T02:56:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T07:26:59.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:36:30.388Z (10 months ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`](https://www.alchemy.com/) and [`etherscan api key`](https://docs.etherscan.io/getting-started/viewing-api-usage-statistics) in `.env` file. [`.env.example`](/.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`.