loadaverage / parity-bin

Dockerized Parity - fast, light, and robust Ethereum implementation. Precompiled binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build status Docker automated

Pre-compiled binaries with Parity - fast, light, and robust Ethereum implementation.


Build image: docker build -t parity-bin .

or

pull image from Docker Hub:

docker pull loadaverage/parity-bin


Examples:

Start Ropsten testnet node using docker-compose:

git clone https://github.com/loadaverage/parity-bin && \ 
cd parity-bin && \
docker-compose up -d

NOTE: make sure to adjust volumes and RPC API to your needs

About

Dockerized Parity - fast, light, and robust Ethereum implementation. Precompiled binaries.