Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castenettoa/bitcoin-test
Some test on the bitcoin blockchain with python
https://github.com/castenettoa/bitcoin-test
bitcoin blockchain python
Last synced: 17 days ago
JSON representation
Some test on the bitcoin blockchain with python
- Host: GitHub
- URL: https://github.com/castenettoa/bitcoin-test
- Owner: CastenettoA
- Created: 2024-09-06T10:23:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:42:09.000Z (2 months ago)
- Last Synced: 2024-10-11T02:41:57.189Z (about 1 month ago)
- Topics: bitcoin, blockchain, python
- Language: HTML
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bitcoin Test
Just some simple python and bitcoin exercises at the moment## Software Functionality in get_blocks_info folder
* retrive data of block from a specific day (timestamp) end filter by number (return only a set of)
* calculate the total satoshi value on every block
* save the block data to a json file
* visualize the json file with html, css and js (not completed: the json is not loaded dinamically, at the time of writing is copied and pasted manually).
How to start this program?
Just open the html file in a browser to visualize it or launch the main.py with 'python3 main.py'Todo:
- better error handling. Add some test on function.