An open API service indexing awesome lists of open source software.

https://github.com/nahumsa/blockchain


https://github.com/nahumsa/blockchain

Last synced: about 2 months ago
JSON representation

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
```