https://github.com/galtproject/solidity-bootstrap
- Fork this repo
- Remove
.git
folder and initialize a new github repo withgit init
to drop off this repo history - Update descriptions in files like
README.md
andpackage.json
make cleanup
- remove solidity build artifactsmake compile
- compile solidity files, executesmake cleanup
before 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