Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 669 Bytes

contracts-builder

This Docker image contains the base necessary to run CI builds for the WarMosaic contracts repo.

This sets up:

  • Node.js
  • PNPM
  • Foundry
  • Solidity v0.8.21

The latest image is always available at: https://ghcr.io/warmosaic/contracts-builder:latest

Development

Ensure you have Docker installed locally.

Build the image:

make build

Run the image locally:

make run

Publishing the image

In case you need to make any updates to this image, push changes to master (or any other) branch and manually trigger the Build and Publish Docker workflow in github actions.