https://github.com/nahumsa/blockchain
https://github.com/nahumsa/blockchain
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nahumsa/blockchain
- Owner: nahumsa
- Created: 2020-08-06T23:28:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T13:59:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T00:21:33.803Z (5 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain App
In this repository I shall implement an simple Blockchain application using python. This is based on this [blockchain tutorial](https://developer.ibm.com/technologies/blockchain/tutorials/develop-a-blockchain-application-from-scratch-in-python/#5-add-blocks-to-the-chain).
To run tests use:
```
python RunAllTests.py
```