Skip to content

Liquid testnet faucet, asset issuer and minimal explorer based on a fullnode + flask app.

License

Notifications You must be signed in to change notification settings

mempool/liquidtestnet.com

 
 

Repository files navigation

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

About

Liquid testnet faucet, asset issuer and minimal explorer based on a fullnode + flask app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 61.3%
  • Python 38.2%
  • Other 0.5%