Skip to content

afk11/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

Tiny Bitcoin Library written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.9%
  • Python 2.0%
  • M4 1.9%
  • C++ 1.3%
  • Shell 0.4%
  • Makefile 0.4%
  • Java 0.1%