Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
/ libpsbt Public archive

C library for partially-signed bitcoin transactions (bip174)

License

Notifications You must be signed in to change notification settings

jb55/libpsbt

Repository files navigation

libpsbt

Build Status

C library for Partially Signed Bitcoin Transactions (bip174)

This is a SAX-style parser/serializer. It allocates no memory during its operation.

Progress

  • Serialization
  • Deserialization
  • Validation
  • Merging

Installation

$ make install PREFIX=out_dir

Example

See test.c

About

C library for partially-signed bitcoin transactions (bip174)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages