From 5aa6ab5d456119f71e7890b15d4860aad820e7ff Mon Sep 17 00:00:00 2001 From: Alex Afanasev Date: Sun, 13 May 2018 13:02:27 +0300 Subject: [PATCH] Update README.md nanocoin in haskell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce7306..00f4254 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ * [**Python**: *Learn Blockchains by Building One*](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) * [**Python**: *Build your own blockchain: a Python tutorial*](http://ecomunsing.com/build-your-own-blockchain) * [**TypeScript**: *Naivecoin: a tutorial for building a cryptocurrency*](https://lhartikk.github.io/) - +* [**Haskell**: *A simple cryptocurrency implementation, written to illustrate the basic components of a Proof-of-Work based public distributed ledger*](https://github.com/adjoint-io/nanocoin) #### Build your own `Bot`