diff --git a/README.md b/README.md index 86a7913..935438e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Daisy - a proof of authority blockchain where blocks are SQLite databases -Current status: early alpha / nearly feature-complete. +Current status: + +* early alpha / nearly feature-complete wrt blockchain. +* network / p2p code needs to be revamped, likely using an existing p2p library instead of rolling our own [Read Daisy's whitepaper here](https://docs.google.com/document/d/1YnFKQaXjTBPZ1e-x8tQ2oxddIoc0P-mfQ4hjUuuNzS4/edit?usp=sharing) to find out what it does and how to get started.