https://github.com/samparsky/ethereum-poa-parity
An Ethereum based Proof of Authority (PoA) blockchain using parity.
https://github.com/samparsky/ethereum-poa-parity
ethereum parity proof-of-authority
Last synced: 3 months ago
JSON representation
An Ethereum based Proof of Authority (PoA) blockchain using parity.
- Host: GitHub
- URL: https://github.com/samparsky/ethereum-poa-parity
- Owner: samparsky
- Created: 2018-05-30T10:06:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T08:26:51.000Z (over 3 years ago)
- Last Synced: 2023-10-26T11:51:40.150Z (over 1 year ago)
- Topics: ethereum, parity, proof-of-authority
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parity-poa
Setup your first Parity PoA network with 3 authorities and 3 members.
### Setup
0. Install [docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/)
1. Run `git clone https://github.com/samparsky/ethereum-poa-parity && cd ethereum-poa-parity`
2. Run `docker-compose up -d`### Access the [ethstats](https://github.com/cubedro/eth-netstats) dashboard.
A nice dashboard is already configured and connected with all the nodes.
Find it at [http://127.0.0.1:3001](http://127.0.0.1:3001).### Accounts
There is already an account with an empty password that has enough ether:```
0x6B0c56d1Ad5144b4d37fa6e27DC9afd5C2435c3B
```And another with no ether:
```
0x00E3d1Aa965aAfd61217635E5f99f7c1e567978f
```There is a list of prefunded accounts in `parity/config/chain.json`.
### Access JSON RPC
Talk to JSON RPC at [http://127.0.0.1:8545](http://127.0.0.1:8545) with your favorite client.