Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 426 Bytes

Current features:

Bitcoin

  • Merkle Root verification from previous two child leaflets
  • Merkle Tree verification from initial child leaflets
  • Block Hash verification from block header
  • Methods for endianFlip, hexToBytes, bytesToHex, sha256, and double sha256

Needs

  • Methods for getting hash of transactions
  • Methods for verification of nonce
  • Litecoin equivalent implementation
  • Error checking for nearly all methods