Skip to content

Explores cryptographic methods behind major cyptocurrencies (Bitcoin, Litecoin, etc.)

Notifications You must be signed in to change notification settings

wildfunctions/cryptocoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Explores cryptographic methods behind major cyptocurrencies (Bitcoin, Litecoin, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages