https://github.com/mingderwang/hardhat-ethereum-contracts
https://github.com/mingderwang/hardhat-ethereum-contracts
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mingderwang/hardhat-ethereum-contracts
- Owner: mingderwang
- License: mit
- Created: 2020-12-20T16:46:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T04:35:43.000Z (over 3 years ago)
- Last Synced: 2025-10-13T01:31:55.037Z (9 months ago)
- Language: Solidity
- Size: 4.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate for ethereum solidity smart contract development
## INSTALL
```bash
yarn
```
## TEST
```bash
yarn test
```
## Github Setup
This include codechecks setup for gas report.
See guide here : https://github.com/cgewecke/hardhat-gas-reporter#continuous-integration
The repo code is setup for it. The only thing needed is setting up codecheks account and adding the repo to codechecks so you get a secret token
you ll need to set the github secret of the respective project added to codechecks.io. the secret name is: CC_SECRET (see .github/workflows/main.yml)
If you do not want gas report via codecheck you can remove `codechecks.yml` and `.github` and execute : `yarn remove @codechecks/client`