We tried to implement Anders's blockchain demo in Python in order to get familiar with blockchain.
python hash.py [your input]
Inspired by Anders - Hash
python block1.py [#block] [Nonce] [Data]
Or, with MPI:
mpirun -n 4 python block1.py [#block] [Nonce] [Data]
Inspired by Anders - Block
python blockchain.py
Or, with MPI:
mpirun -n 4 python blockchain.py
Inspired by Anders - Blockchain
python block3.py
Or, with MPI:
mpirun -n 4 python block3.py
Inspired by Anders - Blockchain with Tokens and Coinbase
python block4.py
Or, with MPI:
mpirun -n 4 python block4.py
Inspired by Anders - public and private keys with blockchain
- Vincent Liu - Polytech Sorbonne - MAIN 2019 - LinkedIn
- Samir Sayah - Polytech Sorbonne - MAIN 2019 - LinkedIn
- Inspiration from Anders and Adil Moujahid