1.0.0 • Published 6 years ago

blockchain-ds v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

blockchain-ds

Simple blockchain datastracture implementation
  • Initialize:
    const blockchain = require('./blockchain-ds')({complication:5});
    complication defines new block mining process difficulty

  • Add new block
    blockchain.addBlock({});

  • Check chain is valid:
    blockchain.isChainValid());

1.0.0

6 years ago