Skip to content

lclc/libbtc

 
 

Repository files navigation

libbtc – A Simple and Effective C Library for Bitcoin Wallets

Build Status Coverage Status

What is libbtc?

Libbtc is a simple and portable C library for creating and manipulating bitcoin data structures like creating keys and addresses (HD/bip32) or parsing, creating and signing transactions.

What is the Focus of Libbtc?

  • minimum dependencies (only dependency libsecp256k1)
  • optimized for low mem environments like embedded/MCU
  • full test coverage
  • mem leak free (valgrind check during CI)

How to Build

./autogen.sh
./configure
make check

About

bitcoin c library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • C 5.5%
  • M4 2.1%
  • Other 1.1%