Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.31 KB

Pychain Ledger

  1. In the terminal, run the Streamlit application by using streamlit run pychain.py.

The screenshot below shows the web interface. drawing

  1. Enter values for the sender, receiver, and amount, and then click the Add Block button. Do this several times to store several blocks in the ledger.

The screenshot below shows how to enter a transaction record in the PyChain.
Example: Michelle sent Jessie $380.00 drawing

Pychain ledger with five transaction records drawing

  1. Verify the block contents and hashes in the Streamlit dropdown menu. Test the blockchain validation process by using the web interface. Take a screenshot of the Streamlit application page, which should indicate the validity of the blockchain.

The screenshot below shows verifying block content (Transaction No.3 - Paul sent Ella $620) and validating the chain.

drawing

Screenshot of terminal

drawing