/PychainLedger

Blockchain testing in python

Primary LanguagePython

Pychain Ledger

Unit 18 Assignment

Streamlit Application

Deployed online with Streamlit: streamlit.app

Streamlit application

Validation

The application can validate the ledger by comparing each block's hash to the next block's prev_hash.

Validate Chain

Code

  • Using starter code for pychain.py provided by edX Boot Camps