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

jb55/libpsbt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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