Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/valerio-vaccaro/liquidissuer
Issue token on Blockstream Liquid sidechain compatible with Blockstream asset registry.
https://gitlab.com/valerio-vaccaro/liquidissuer
Last synced: 21 days ago
JSON representation
Issue token on Blockstream Liquid sidechain compatible with Blockstream asset registry.
- Host: gitlab.com
- URL: https://gitlab.com/valerio-vaccaro/liquidissuer
- Owner: valerio-vaccaro
- License: mit
- Created: 2019-12-12T09:51:51.409Z (about 5 years ago)
- Default Branch: master
- Last Synced: 2024-11-06T04:18:27.965Z (about 1 month ago)
- Stars: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-liquid - LiquidIssuer
README
# LiquidIssuer
Issue token on Blockstream Liquid sidechain compatible with Blockstream asset registry from a Python/Qt app.## Install
Install from pip```
pip install liquidissuer
```## Configuration
The configuration file is available in your home folder in the file `~/liquidissuer/main.conf` and has the following format.```
[LIQUID]
host:
port: 7041
username:
password:
wallet: wallet.dat
passphrase:
```You can configure the content of the file directly from the config tab in the app.
## Usage
You can easily start the app running the command `li`## Modify the GUI
Using the designer for QT you can modify the dialog.ui that contain all the graphical structure of the app.