mirror of
https://github.com/yjjnls/awesome-blockchain.git
synced 2025-01-13 06:49:24 -05:00
.. | ||
consensus | ||
test | ||
account.js | ||
block.js | ||
blockchain.js | ||
crypto.js | ||
genesis_block.json | ||
message.js | ||
network.js | ||
package.json | ||
Readme.md | ||
transaction.js |
BlockChain for Node.js
Basic implementation for blockchain in Node.js
- Block structure
- Blockchain structure
- Consensus
- PoW
- PoS
- DPoS
- Pbft
- DPoS + Pbft
- Network
- Persistence
- Transaction UTXO
- Sync
Tests on Ubuntu and MAC.