update readme

This commit is contained in:
yjjnls 2019-03-13 13:49:53 +08:00
parent 3cf616a1f3
commit 805e6728ad

View File

@ -2,6 +2,10 @@
Basic implementation for blockchain in node.js, supporting pow, pos, pbft, dpos and pbft+dpos.
Persistence is on top of leveldb.
Support UTXO transactions.
Tests passed on Ubuntu and MAC.
```