Skip to content

Commit

Permalink
add todos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed Apr 29, 2018
1 parent bf3fcf6 commit 209a793
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand All @@ -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.

0 comments on commit 209a793

Please sign in to comment.