ncduy03 / blockchain_proof_of_stake

Learn how to implement proof of stake consensus mechanism in blockchain

Home Page:https://www.udemy.com/course/build-your-own-proof-of-stake-blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockchain-pos

Implement proof of stake consensus mechanism in blockchain

$ python Main.py localhost 10001 5000 keys/genesisPrivateKey.pem

$ python Main.py localhost 10003 5003 keys/stakerPrivateKey.pem

$ python Main.py localhost 10002 5001

$ python Interaction.py

To see the ledger $ localhost:5000/blockchain

$ localhost:5001/blockchain

$ localhost:5003/blockchain

About

Learn how to implement proof of stake consensus mechanism in blockchain

https://www.udemy.com/course/build-your-own-proof-of-stake-blockchain


Languages

Language:Python 100.0%