Skip to content

This a blockchain-based ledger system, complete with a user-friendly Streamlit web interface. This ledger allows the user to conduct financial transactions between senders and receivers, and also verify the integrity of the data in the ledger by checking the previous block's hash.

Notifications You must be signed in to change notification settings

Analitico-771/streamlit_blockchain_ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgements

About The Project

This a blockchain-based ledger system, complete with a user-friendly Streamlit web interface. This ledger allows the user to conduct financial transactions between senders and receivers, and also verify the integrity of the data in the ledger by checking the previous block's hash.


Built With


Getting Started

You don't need Python directly on your system. You can install Anaconda for a virtual environment and JupyterLab normally just like any other application on your computer. Follow the instructions for Anaconda, ensure that its working, then install JupyterLab.

You will need Anaconda Navigator as the preferred tool to install the Streamlit environment. Go to the Streamlit docs to follow the installation.

I have placed Comments throughout the code so that you can follow the Lambda code and be able to replicate the app on your own. Also, so that you're able to contribute in the future :-)


Prerequisites

A text editor such as VS Code or Sublime Text

Installation

  1. Clone the repo

    git clone https://github.com/AnaIitico/streamlit_blockchain_ledger.git
  2. You don't need to install pip - Conda comes with pip and you can also use the command conda install 'package name'

  3. Install Conda according to the instructions based on your operating system. For windows users you MUST use the Administrator PowerShell. Users with AMD Processors MUST use the Administrator PowerShell 7 (X64) version

    Once installed Conda has an Admin PowerShell version shortcut - look on your Start menu for it. This shortcut will prove very useful at times when you need to install other apps or make adjustments to your installation

    Once installed and you have finished all Conda instructions, you will see (base) on your terminal. Make sure that you finish the Conda full installation or this will not work!!

  4. Activate Conda Dev environment

    conda activate dev

    You should now see (dev) on your terminal (if not go back to step 3)

  5. Install Streamlit from the Anaconda Navigator


Usage

This image shows the entry of the Sender and Receiver addresses and the first entry after the Genesis block.

  • Pay close attention to the address number.
  • I'm only changing one digit at the end for the second entry but even the slightest change will cause the hash to change.
  • All validation tests passed

PyChain 1


This image shows the entry of the Sender and Receiver addresses and the second entry after the Genesis block.

  • Did you see the changed digit at the end?
  • You are on your way to learning this blockchain stuff!
  • All validation tests passed

PyChain 2


This image shows the entry of the Sender and Receiver addresses and the last entry after the Genesis block.

  • Did you see the changed digit at the end again?
  • This is too easy for you now!
  • All validation tests passed

PyChain 3

Note: Any change to the input will cause a change to the hash


Roadmap

The app is finished

See the open issues for a list of proposed features (and known issues).


Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Jose Tollinchi - @josetollinchi - jtollinchi1971@gmail.com

Project Link: https://github.com/AnaIitico/streamlit_blockchain_ledger


Acknowledgements


License

License: MIT

About

This a blockchain-based ledger system, complete with a user-friendly Streamlit web interface. This ledger allows the user to conduct financial transactions between senders and receivers, and also verify the integrity of the data in the ledger by checking the previous block's hash.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages