Bitcoin wallet libraries

Revision as of 11:35, 19 February 2020 by AlexMackay (talk | contribs)

Introduction

Many node software libraries have been created enabling developers experienced with any programming language to start interacting with the Bitcoin blockchain.

Bitcoin SV's locked down consensus protocol enables fast-paced development of blockchain infrastructure, including base wallet libraries. Wallet applications can therefore be built without fear of future dependency risk and developers can be assured that changes that result their software becoming incompatible with Bitcoin SV will not be made.

Node software libraries

  • The Nakasendo SDK serves to abstract not only lower level Bitcoin protocol functions but advanced cryptographic techniques such as encryption and threshold signatures so that developers can implement this functionality more easily. The SDK will be available in C++, JavaScript, and python.
  • bsv is a JavaScript library is a comprehensive toolset for managing, building, signing and broadcasting Bitcoin SV transactions.
  • Bitsv is a library for similar functionality as the BSV library, implemented in python.
  • bitcoinj-sv is a Java implementation of the Bitcoin SV protocol.
  • Rust-SV is a Rust implementation of the Bitcoin SV protocol.
  • bsvd is a Golang implementation of the Bitcoin SV protocol.
  • go-bitcoin is a wrapper library to the Bitcoin SV RPC implemented in Golang.
  • KzBsv is a work in progress C# library for Bitcoin SV.
  • BSV-ex is a Bitcoin SV library implemented in Elixir.
  • bsv-minimal is a lean re-implementation of the BSV library in Javascript, optimized to process big blocks efficiently.
  • Contact the Bitcoin Association to have your Bitcoin node or wallet code library added.