Skip to content

Commit

Permalink
adding python implementation link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
koshikraj committed Mar 7, 2018
1 parent f09b432 commit 1a96e6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 1a96e6a

Please sign in to comment.