Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 546 Bytes

eth-ci

Utilities for Ethereum CI/CD

This repository stitches together several common tools for executing CI/CD workflows in Ethereum projects.

How to use this repo

  1. add this repository as a submodule to your truffle project
  2. add a network called ganache to your truffle-config.js and point it to port 8545
  3. (optionally) modify .env
  4. execute ./build.sh && ./test.sh
  5. validate that the tools output results to the appropriate folders

Example

see: eth-ci-example