Metadata-Version: 2.1
Name: LiquidIssuer
Version: 0.2
Summary: Issue token on Blockstream Liquid sidechain, compatible with Blockstream asset registry.
Home-page: https://gitlab.com/valerio-vaccaro/liquidissuer
Author: Valerio Vaccaro
Author-email: valerio.vaccaro@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi (==2022.9.24)
Requires-Dist: charset-normalizer (==2.1.1)
Requires-Dist: idna (==3.4)
Requires-Dist: PySide2 (==5.15.2.1)
Requires-Dist: PySocks (==1.7.1)
Requires-Dist: requests (==2.28.1)
Requires-Dist: sha256 (==0.3)
Requires-Dist: shiboken2 (==5.15.2.1)
Requires-Dist: urllib3 (==1.26.12)
Requires-Dist: wallycore (==0.8.5)

# 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.
