https://github.com/shuklaayush/forge-template
https://github.com/shuklaayush/forge-template
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shuklaayush/forge-template
- Owner: shuklaayush
- Created: 2022-03-10T13:05:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T11:54:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-26T20:17:22.551Z (5 months ago)
- Language: Solidity
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forge-template
## Usage
```bash
forge init --template https://github.com/shuklaayush/forge-template
yarn install
pre-commit install
```## Optional environment variables
```bash
export ETHERSCAN_API_KEY=...
```