6

I am looking for a light weight Bitcoin library for an Android app.

I basically need a Bitcoin library that lets me create a private/public key pair (or preferably a wallet with keys that can be serialized). To be able to set the most appropriate fee for a transaction and submit it to the Bitcoin network from a Android app.

I noticed BitcoinJ and recently a new addition called BitherJ (https://github.com/bither/bitherj) which looks promising.

I am wondering which is best to use. Anyone has experience with this and can give pros/cons on each?

Amielix
  • 69
  • 1
  • 2

1 Answers1

3

I would reccommend using bitcoinj. https://bitcoinj.github.io/. Its widely used and highly supported.

Some Android apps that use bitcoinj:

Bitcoin Wallet

Hive Android Wallet

nahtnam
  • 2,659
  • 1
  • 18
  • 31