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)
- Host: GitHub
- URL: https://github.com/zeroxbrock/parity-node
- Owner: zeroXbrock
- Created: 2018-03-05T13:17:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T00:45:35.000Z (over 7 years ago)
- Last Synced: 2025-04-02T06:33:59.041Z (10 months ago)
- Topics: docker, ethereum, parity, parity-node, parity-testnet
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`