[BREAKGLASS] Append-only mirror of github.com/mempool/liquidtestnet.com
Go to file
2021-12-06 21:29:39 +01:00
elements initial working code 2021-03-16 16:21:23 +01:00
static initial working code 2021-03-16 16:21:23 +01:00
templates update conf 2021-12-06 20:47:48 +01:00
.gitignore gitignore 2021-12-06 21:16:35 +01:00
bitcoin_rpc_class.py initial working code 2021-03-16 16:21:23 +01:00
faucet.py fix indentation 2021-12-06 21:29:39 +01:00
faucet.sh add stating script 2021-10-01 11:45:19 +02:00
LICENSE Initial commit 2021-03-09 17:07:33 +01:00
liquid.conf.sample initial working code 2021-03-16 16:21:23 +01:00
README.md initial working code 2021-03-16 16:21:23 +01:00
requirements.txt update requirements 2021-12-06 20:49:30 +01:00

Liquidtestnet.com

Install

Create a virtual env and install python requirements.

virtualenv -p python3 venv3
. venv3/bin/activate
pip install -r requirements.txt
deactivate

Configure

Create a configuration file called liquid.conf with the following structure and fill with an element node rpc configuration.

[GENERAL]
liquid_instance: LIQUID

[LIQUID]
host:
port:
username:
password:
wallet:
passphrase:

Run

Start the faucet.

. venv3/bin/activate
python faucet.py
deactivate