Update README.md

This commit is contained in:
Daniel van Flymen 2017-09-24 15:44:13 -04:00 committed by GitHub
parent 94d6f9dfda
commit dbdf10eac3
1 changed files with 13 additions and 2 deletions

View File

@ -1,2 +1,13 @@
# blockchain
A simple Blockchain in Python
# Learn Blockchains by Building One
This is the source code for my post on [Building a Blockchain](https://medium.com/p/117428612f46).
## Installation
1. Make sure [Python 3.6+](https://www.python.org/downloads/) is installed
1. Install requirements: `$ pip install -r requirements.txt`
1. Run the server: `$ python blockchain.py`
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.