Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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