Skip to content

WarMosaic/contracts-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Container for contracts CI build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.6%
  • Makefile 48.4%