A blockchain-based ledger system with Streamlit web interface that allows individuals to conduct financial transactions and verify the integrity of the data in the ledger.
-
Updated
Aug 10, 2022 - Python
A blockchain-based ledger system with Streamlit web interface that allows individuals to conduct financial transactions and verify the integrity of the data in the ledger.
In this project I have built a blockchain-based ledger system, completed with a user-friendly web interface. This ledger would allow hypothetical partner banks to conduct financial transactions on the blockchain.
A blockchain app using streamlit in python.
Blockchain-Based Ledger System
Build a blockchain-based ledger system, complete with a user-friendly web interface
Project created with the help of Pychain built from scratch demonstrates the core mechanics behind cryptocurrencies like Bitcoin. It implements SHA-256 block hashing, Proof of Work mining, RSA cryptographic wallets with transaction signing, balance tracking by chain replay, and tamper detection.
Add a description, image, and links to the pychain topic page so that developers can more easily learn about it.
To associate your repository with the pychain topic, visit your repo's landing page and select "manage topics."