- Fork this repo
- Remove
.gitfolder and initialize a new github repo withgit initto drop off this repo history - Update descriptions in files like
README.mdandpackage.json
make cleanup- remove solidity build artifactsmake compile- compile solidity files, executesmake cleanupbefore compilationmake test- run testsmake coverage- run solidity coveragemake lint- run solidity and javascript lintersmake deploy- run deployment scriptsmake ganache- run local pre-configured ganache
For more information check out Makefile
Includes test runner configuration for the following CI services:
- GitHub Actions
- GitLab CI
- Travis CI