vincentserpoul / parityPoA

demo of Parity PoA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS REPO IS USING OLD TOOLS AND SHOULD BE CONSIDERED DEPRECATED. If you are interested in ethereum PoA or prviate setup, you should look at the go-ethereum project.

Parity PoA setup

Build the docker image

  ./build_docker_image.sh

Generate the accounts and configs

/ ! \ CHANGE PASSA PASSB and PASSC / ! \

  ./generate PASSA PASSB PASSC

Launching nodes

if you are using docker swarm, See ./docker-swarm/README.md.

if you re using kubernetes, see ./kubernetes.README.md.

Cleaning up and removing sensitive fles

  rm -rf ./.generated

About

demo of Parity PoA


Languages

Language:Shell 94.2%Language:Dockerfile 5.8%