11 lines
202 B
Markdown
11 lines
202 B
Markdown
![]() |
# BlockChain for Node.js
|
||
|
|
||
|
Basic implementation for blockchain in node.js, supporting pow, pos, pbft, dpos and pbft+dpos.
|
||
|
|
||
|
Tests passed on Ubuntu and MAC.
|
||
|
|
||
|
```
|
||
|
npm install
|
||
|
|
||
|
node test/xxx.js
|
||
|
```
|