From 694b5017ba42f2878dc1eb051ee475b142144923 Mon Sep 17 00:00:00 2001 From: koshikraj Date: Wed, 7 Mar 2018 18:34:35 +0530 Subject: [PATCH] adding python implementation link to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dd4cf192..0c05a2f0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Check also [this blog post](https://medium.com/@lhartikk/a-blockchain-in-200-lin ### Naivecoin For a more extensive tutorial about blockchains, you can check the project [Naivecoin](https://lhartikk.github.io/). It is based on Naivechain and implements for instance Proof-of-work, transactions and wallets. +### Other implementations + +Python: [pynaivechain](https://github.com/koshikraj/pynaivechain) by [koshik raj](https://github.com/koshikraj) + + ### Quick start (set up two connected nodes and mine 1 block) ```