From 209a793c139b160c650567ea6f6d8ed2582c54b7 Mon Sep 17 00:00:00 2001 From: fluency03 Date: Sun, 29 Apr 2018 23:28:32 +0200 Subject: [PATCH] add todos in readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 040f8a4..af11ccb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Travis branch](https://img.shields.io/travis/fluency03/blockchain-in-scala/master.svg)](https://travis-ci.org/fluency03/blockchain-in-scala) [![Coveralls github branch](https://img.shields.io/coveralls/github/fluency03/blockchain-in-scala/master.svg)](https://coveralls.io/github/fluency03/blockchain-in-scala) -Simple Blockchain Implementation in Scala. +A simplified Blockchain implementation in Scala based on the specifications of Bitcoin. *This project is still under development. APIs are not fully completed according to the cores.* @@ -20,3 +20,12 @@ Start the service, run this Class: ``` com.fluency03.blockchain.api.Server ``` + + +#### Todos + +- Complete APIs' Todos +- Make states in actor persistent (using Akka Persistent) +- Make data distributed within cluster of peer (using Akka Cluster) +- Block propagation among peers +- etc.