Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benthecarman/psbt-toolkit
https://github.com/benthecarman/psbt-toolkit
bitcoin bitcoin-s psbt scala scalafx
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benthecarman/psbt-toolkit
- Owner: benthecarman
- License: mit
- Created: 2020-07-04T12:35:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T05:21:36.000Z (about 2 years ago)
- Last Synced: 2024-10-12T20:39:12.084Z (25 days ago)
- Topics: bitcoin, bitcoin-s, psbt, scala, scalafx
- Language: Scala
- Homepage:
- Size: 807 KB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSBT-Toolkit
[![Build Status](https://github.com/benthecarman/PSBT-Toolkit/workflows/Compile%20Check/badge.svg)](https://github.com/benthecarman/PSBT-Toolkit/actions)
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](https://www.scala-lang.org/2020/06/29/one-click-install.html) 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
```