lclc / libbtc

bitcoin c library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 91.3%Language:C++ 5.5%Language:M4 2.1%Language:Shell 0.5%Language:Makefile 0.4%Language:Java 0.2%