Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimp315/unit-18-blockchain
Blockchain via Streamlit
https://github.com/jimp315/unit-18-blockchain
blockchain hashing pychain streamlit-dashboard
Last synced: about 2 months ago
JSON representation
Blockchain via Streamlit
- Host: GitHub
- URL: https://github.com/jimp315/unit-18-blockchain
- Owner: JimP315
- Created: 2022-06-25T23:12:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T12:11:52.000Z (over 2 years ago)
- Last Synced: 2023-03-10T09:21:46.643Z (almost 2 years ago)
- Topics: blockchain, hashing, pychain, streamlit-dashboard
- Language: Python
- Homepage:
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit-18-Blockchain
## Screenshot 2022-06-26 213142.png
1. Add a Streamlit slider component that allows the user to select a difficulty
## value from 1 to 5. Set the starting value to 3. Set this component equal to a
## variable named `difficulty`.
## 2.Update the `difficulty` data attribute of the `PyChain` data class
# (`pychain.difficulty`) with this new `difficulty` value.# Add a Streamlit slider named "Block Difficulty" that allows the user to update a
# difficulty value. Set this equal to the variable `difficulty`
## Kept getting an error that streamlit could not be resolved.
## the pychain ledger initially would not update, and I had some issues with not being able to get the new block inputs correct with the record(sender, receiver, amount) details.
![](\\C:\Users\jimp\Homework1\Unit 18 Blockchain\Unit-18-Blockchain\Images\Screenshot 2022-06-27 055050.png)* Click here for URL from streamlit https://jimp315-unit-18-blockchain-pychain-z5l3i5.streamlitapp.com/
* Also see below for images etc of streamlit https://github.com/JimP315/Unit-18-Blockchain/blob/main/Images/Screenshot%202022-06-26%20213142.png