Skip to content

benthecarman/PSBT-Toolkit

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PSBT-Toolkit

Build Status

PSBT Toolkit aims to give you a nice gui that gives you functionality for PSBT interactions. There are functions to serve the Creator, Updater, Combiner, Input Finalizer, and Transaction Extractor roles, as well as some utility functions for transactions, and some generators for PSBTs and Transactions.

Building from source

To get started you will need Java, Scala, and some other nice tools installed, luckily the Scala team has an easy setup process!

Simply follow the instructions in this short blog to get started.

After having these installed you simply need to clone the repo, then run with sbt run.

macOS install

brew install scala
brew install sbt