Skip to content

A blockchain simulator using a hybrid Proof-of-Work and Proof-of-Stake mechanism test the effects of different social parameters on a unique blockchain protocol that I designed.

Notifications You must be signed in to change notification settings

afnanhaq/hybrid-consensus-protocol-blockchain

Repository files navigation

Calls to make in main.py

Printing blockchain print(my_blockchain)

Printing last block print(my_blockchain[-1])

Adding new validator new_validator = Validator("Remy", 22) my_blockchain.add_validator(my_validator)

About

A blockchain simulator using a hybrid Proof-of-Work and Proof-of-Stake mechanism test the effects of different social parameters on a unique blockchain protocol that I designed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages