cgewecke / template-ethereum-contracts

Template to develop ethereum smart contracts

Repository from Github https://github.comcgewecke/template-ethereum-contractsRepository from Github https://github.comcgewecke/template-ethereum-contracts

Boilerplate for ethereum solidity smart contract development

INSTALL

yarn

TEST

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

About

Template to develop ethereum smart contracts

License:MIT License


Languages

Language:Solidity 66.9%Language:TypeScript 25.8%Language:JavaScript 7.3%