Difference between revisions of "Bitcoin wallet libraries"

(Created page with "=== Introduction === Many node software libraries have been created enabling a developer experienced with any programming language to hit the ground running. Bitcoin’s locke...")
 
Line 24: Line 24:
  
 
[https://github.com/kevinejohn/bsv-minimal bsv-minimal] is a lean re-implementation of the BSV library in Javascript, optimized to process big blocks efficiently.
 
[https://github.com/kevinejohn/bsv-minimal bsv-minimal] is a lean re-implementation of the BSV library in Javascript, optimized to process big blocks efficiently.
 +
 +
Contact Brendan Lee at [email protected] to have your Bitcoin node or wallet code library added.

Revision as of 17:26, 11 January 2020

Introduction

Many node software libraries have been created enabling a developer experienced with any programming language to hit the ground running. Bitcoin’s locked down protocol enables base libraries in different languages to be built since developers can count on the fact that radical changes will not disrupt their work.

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.

Nextcash is a C++ BSV implementation.

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 Brendan Lee at [email protected] to have your Bitcoin node or wallet code library added.