Utilities for Ethereum CI/CD
This repository stitches together several common tools for executing CI/CD workflows in Ethereum projects.
- add this repository as a submodule to your truffle project
- add a network called
ganache
to yourtruffle-config.js
and point it to port8545
- (optionally) modify
.env
- execute
./build.sh && ./test.sh
- validate that the tools output results to the appropriate folders
see: eth-ci-example