Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: lclc on December 30, 2018, 12:45:16 PM



Title: New open source Bitcoin libraries for BIP32, BIP44, bech32, libbitcoin & BTCPay
Post by: lclc on December 30, 2018, 12:45:16 PM
Crypto assets consulting & development firm inacta (https://inacta.ch/) releases open source Dart and Python Bitcoin libraries for BIP32, BIP44, bech32, libbitcoin & BTCPay Server:

bitcoin_bip32: Dart library for Hierarchical Deterministic (HD) keys. https://github.com/Kolibri-POS/bitcoin_bip32
bitcoin_bip44: Dart library for HD wallets. https://github.com/Kolibri-POS/bitcoin_bip44
btcpay_client: Dart library for BTCPay. https://github.com/Kolibri-POS/btcpay_client
bech32: Dart library for BIP173 SegWit addresses. https://github.com/Kolibri-POS/bech32
pylibbitcoin: Python library for libbitcoin. https://github.com/libbitcoin/pylibbitcoin

Our developer Harm reflects on the lessons learned: https://medium.com/inacta-ag/it-starts-with-libraries-9f973f8e4601

Might be usefull for some of you, especially when you plan to develop a cross-platform mobile app (using Googles Flutter).


Title: Re: New open source Bitcoin libraries for BIP32, BIP44, bech32, libbitcoin & BTCPay
Post by: lclc on December 30, 2018, 09:40:49 PM
You're welcome.

We chose Dart so we can developed fast cross-platform apps for iOS and Android. Hopefully we can boost Dart usage among Bitcoin app developers with this a bit. If anyone is using our libraries we'd be interested to hear from you.