From 98f7331920b860d86179575118824df82b82b566 Mon Sep 17 00:00:00 2001 From: yjjnls Date: Thu, 21 Mar 2019 21:08:21 +0800 Subject: [PATCH] update info --- src/js/Readme.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/js/Readme.md b/src/js/Readme.md index dd119a3..12618e0 100644 --- a/src/js/Readme.md +++ b/src/js/Readme.md @@ -1,15 +1,20 @@ # BlockChain for Node.js -Basic implementation for blockchain in node.js, supporting pow, pos, pbft, dpos and pbft+dpos. +Basic implementation for blockchain in node.js -Persistence is on top of leveldb. +- [x] Block structure +- [x] Blockchain structure +- [x] Consensus + - [x] PoW + - [x] PoS + - [x] DPoS + - [x] Pbft + - [x] DPoS + Pbft +- [x] Network +- [x] Persistence +- [x] Transaction UTXO +- [x] Sync -Support UTXO transactions and block syncing. +Tests on Ubuntu and MAC. -Tests passed on Ubuntu and MAC. -``` -npm install - -node test/xxx.js -``` \ No newline at end of file