# simple-lnurl-server **Repository Path**: mirrors_gbozee/simple-lnurl-server ## Basic Information - **Project Name**: simple-lnurl-server - **Description**: Simple lnurl server for phoenixd - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### LNURL Server for Phoenixd To start the server run the following commands ``` pip install -r requirements.txt ``` set the following environment variables ``` export LN_ADDRESS_DOMAIN=orange-candles-shine.loca.lt # domain to expose the lnurl address export LN_USERNAME=phoenixd # the lnurl username you plan on using export NODE_API_KEY=1234567890 # the http password exposed by phoenixd export NODE_BASE_URL=http://localhost:3001 # the http url exposed by phoenixd ``` And start the server ``` uvicorn src.app:app ```