Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 388 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 388 Bytes

parity-multi

This repository aim to build a docker image that can be used to start a 6 node authority-round parity network.

  • to build: docker-compose build
  • to update the image on docker-hub: docker push appliedblockchain/parity-multi
  • to use: copy the docker-compose file content into your own project and use it, ex: docker-compose -f parity-staging.yml -f staging.yml up