Recommeneded light weight Bitcoin library for an Android app
Asked Answered
S

1

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?

Stenotypy answered 14/9, 2014 at 12:35 Comment(0)
B
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

Bases answered 14/9, 2014 at 20:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.