diff --git a/README.md b/README.md index 6f3b198..1e577e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +# An amazing Blockchain project # easychain: a simple python blockchain +================================================================================================= This is the result of a bit of research and some tinkering to understand the fundamental concepts of a blockchain. Readers are directed to Ilya Gritorik's fantastic [Minimum Viable Blockchain](https://www.igvita.com/2014/05/05/minimum-viable-block-chain/) article for more general information about what blockchains are and how they work conceptually.