[BREAKGLASS] Append-only mirror of github.com/mempool/liquidtestnet.com
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> |
||
|---|---|---|
| elements | ||
| static | ||
| templates | ||
| .gitignore | ||
| bitcoin_rpc_class.py | ||
| faucet.py | ||
| faucet.sh | ||
| LICENSE | ||
| liquid.conf.sample | ||
| README.md | ||
| requirements.txt | ||
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