A UI for Issuing Liquid and Amp tokens
Project description
Liquid issuer
Make sure your liquid node is running on liquidtestnet
with rpc server enabled (elementsd
, or elements-qt
with server=1
in elements.conf
).
Also , you'll need an existing default wallet on that elements node, something like this:
elements-cli -rpcport=18891 -rpcuser=liquid -rpcpassword=liquid createwallet ""
cd src # or wherever all your projects are
git clone git@github.com:cryptoadvance/liquidissuer.git
# we assume that you have cloned specter-desktop in parallel with amp-issuer
cd ../specter-desktop # your specter-desktop is here
git checkout master # you need at least the master-branch
cd ../liquidissuer # jump back to liquidissuer
# Use the environment from specter-desktop
. ../specter-desktop/.env/bin/activate
# Install additional requirements
pip3 install -r requirements.txt
# Start specter
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
Configure your specter to have the liquid node ready.
Releasing
# Build
python3 -m pip install --upgrade build
python3 -m build
# ... and upload
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for cryptoadvance_liquidissuer-0.2.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa743e5d35f152d086c75306c82b97daff9fc086fa7a0acb0d91742f2685054e |
|
MD5 | bd6b089220b11599633b861c55fa964e |
|
BLAKE2b-256 | 91e7f50e9c767ccd879da9025bc6ceb6d0bcfb0dccc7d17d9af8c1f636446c60 |
Close
Hashes for cryptoadvance_liquidissuer-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a8c0b11177fd4387f6185002e4e6bb2c4f74486794aa35c028705ebb5aae55e |
|
MD5 | 2c6d3150548cf0b399f981df1d581fcb |
|
BLAKE2b-256 | 902e43c0e74c9d3e8fa140ef7be706563442265dd45dbac53a68c5ff0ee74d44 |