[BREAKGLASS] Append-only mirror of github.com/mempool/liquidtestnet.com
Go to file
dependabot[bot] e1f16f4628
Bump urllib3 from 1.26.3 to 1.26.5 (#4)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-04 10:25:12 +02: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 new testnet 2021-10-01 11:48:08 +02:00
.gitignore fix gitignore 2021-10-01 11:47:19 +02:00
bitcoin_rpc_class.py initial working code 2021-03-16 16:21:23 +01:00
faucet.py increase faucet amount 2021-10-01 11:43:22 +02: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 Bump urllib3 from 1.26.3 to 1.26.5 (#4) 2021-10-04 10:25:12 +02: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