Developer-DAO / create-dao

MIT License
94 stars 15 forks source link

User script to change network #44

Closed e-roy closed 2 years ago

e-roy commented 2 years ago

Description

Changing the network between hardhat, local, rinkeby and/or mainnet needs to be done in multiple places.

Why is this needed?

To reduce user error and to simplify changing networks for testing and deployment.

Proposed Solution or API

Create a setup script that user selects the network they are using. The script then creates or updates a .env file for changes in multiple places in the project.

Additional Information

No response