Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 307 Bytes

Instructions

git clone https://github.com/fedimint/faucet.git
cd faucet
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export RPC_SOCKET=/path/to/lightning-rpc
export CONNECT_INFO=$(mint_client_cli <workdir> connect-info)
flask --app faucet.py run --host=0.0.0.0