What is BitcoinJ library analog for iOS / iPhone / Objective-C / Swift?

0
=
0
+
0
No specific Bitcoin Bounty has been announced by author. Still, anyone could send Bitcoin Tips to those who provide a good answer.
2

Need to create an iOS app that would implement client-side Bitcoin Wallet. In Android, we would use BitcoinJ library. Is there any library for iOS similar to BitcoinJ? Objective-C or Swift? Thanks!

2 answers

2
=
0
=
$0
Internet users could send Bitcoin Tips to you if they like your answer!

Sure, here is the Bitcoin Core Objective-C open source library for iOS.

Supported features include:

  • Encoding/decoding addresses: P2PK, P2PKH, P2SH, WIF format (BTCAddress).
  • Transaction building blocks: inputs, outputs, scripts (BTCTransaction, BTCScript).
  • EC keys and signatures (BTCKey).
  • High-level convenient and safe transaction builder (BTCTransactionBuilder).
  • Parsing and composing bitcoin URLs and payment requests (BTCBitcoinURL).
  • QR Code generator and scanner in a unified API (iOS only for now; BTCQRCode).
  • BIP32, BIP44 hierarchical deterministic wallets (BTCKeychain).
  • BIP39 implementation (BTCMnemonic).
  • BIP70 implementation (BTCPaymentProtocol).
  • Automatic Encrypted Wallet Backup scheme (BTCEncryptedBackup).

and more under development (pls see their roadmap section)

SEND BITCOIN TIPS
2

You can check here

SEND BITCOIN TIPS
User rating:
User rating:
2

Too many commands? Learning new syntax?

FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.

Boost your productivity with FavScripts.com!

Post Answer