Skip to content

liuvince/polytech-blockchain-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-demo

We tried to implement Anders's blockchain demo in Python in order to get familiar with blockchain.

Getting Started with SHA256

python hash.py [your input]

Inspired by Anders - Hash

Block

python block1.py [#block] [Nonce] [Data]

Or, with MPI:

mpirun -n 4 python block1.py [#block] [Nonce] [Data]

Inspired by Anders - Block

Blockchain

python blockchain.py

Or, with MPI:

mpirun -n 4 python blockchain.py

Inspired by Anders - Blockchain

Adding Tokens and Coinbase to our Blockchain

python block3.py

Or, with MPI:

mpirun -n 4 python block3.py

Inspired by Anders - Blockchain with Tokens and Coinbase

Adding public and private key pairs and signing to our Blockchain

python block4.py

Or, with MPI:

mpirun -n 4 python block4.py

Inspired by Anders - public and private keys with blockchain

Authors

  • Vincent Liu - Polytech Sorbonne - MAIN 2019 - LinkedIn
  • Samir Sayah - Polytech Sorbonne - MAIN 2019 - LinkedIn

Acknowledgments

About

blockchain in python inspired by anders with MPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages