Rare find

Coin. Work with Bitcoin in Java without needing to understand the underlying technology.

github.com/michaelliao/cryptocurrency

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2023
  • Update pom.xml
September 2017
  • change serialize() return string rather than byte[]
  • add generate key from seed by BIP32 and test cases
  • add bytes2int, int2bytes and test cases
  • add constants, minor refactor
July 2017
  • add comment
  • move PrettyAddressGenerator
  • Merge branch 'master' of github.com:michaelliao/cryptocurrency
  • refactor toWIF, toPublicKey, add pretty address generator
May 2017
  • move ECDSAKeyPair to common
  • add comment
  • add comments
  • add comments
  • remove unused java
April 2017
  • add check
  • update git ignore
March 2017
  • minor refactor
  • add ui for wallet
  • add http utils
February 2017
  • refactor ops