https://github.com/cgewecke/debug-sc-hh-deploy
https://github.com/cgewecke/debug-sc-hh-deploy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgewecke/debug-sc-hh-deploy
- Owner: cgewecke
- License: mit
- Created: 2020-11-17T22:17:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T04:26:28.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:26:18.137Z (4 months ago)
- Language: Solidity
- Size: 2.65 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
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-integrationThe 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`