Skip to content

benthecarman/PSBT-Toolkit

Repository files navigation

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