KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
parityPoA
★ 17
Open GitHub ↗
demo of Parity PoA
Download README (.md)
Explore Similar Repositories
answers-of-my-life
:
模仿纸质版答案之书做的web版的答案之书
programming-notes
:
for Python, data science, and C++
CO2projections
:
No description available.
CDs
:
The OpenMath Content Dictionaries
WPImgOptimizer
:
WordPress image optimisation development workflow.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
parityPoA
?
Download (.md)
*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 ```bash ./build_docker_image.sh ``` ## Generate the accounts and configs / ! \ CHANGE PASSA PASSB and PASSC / ! \ ```bash ./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 ```bash rm -rf ./.generated ```