An open API service indexing awesome lists of open source software.

https://github.com/zeroxbrock/parity-node

Gets you up and running with a functional parity container, initialized to run a development network. (Ubuntu only)
https://github.com/zeroxbrock/parity-node

docker ethereum parity parity-node parity-testnet

Last synced: 5 months ago
JSON representation

Gets you up and running with a functional parity container, initialized to run a development network. (Ubuntu only)

Awesome Lists containing this project

README

          

# parity-node
Gets you up and running with Parity in a docker container, initialized to run a development network.

### Step 1. Install docker and docker-compose
You can use the [quick-install script](https://github.com/BrockSmedley/parity-node/blob/master/install-docker.sh) for development environments.

See the official [docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/) and [docker-compose](https://docs.docker.com/compose/install/) documentation for production environments.

### Step 2. Run the containers
`sudo docker-compose up`