A simple web application that allows users to leave tips using the Bitcoin Lightning Network.
- Next.js 15
- React 19
- TypeScript
- TailwindCSS
- LNBits API for Lightning Network integration
-
Clone the repository
git clone https://github.com/ATLBitLab/lntipjar.git cd lntipjar
-
Install dependencies
yarn install
-
Create a
.env.local
file with your LNBits credentialsLNBITS_INVOICE_READ_KEY=your-invoice-read-key LNBITS_URL=https://legend.lnbits.com
-
Run the development server
yarn dev
-
Open http://localhost:3000 in your browser
This application requires a valid LNBits setup to function properly. You must configure your environment variables with valid LNBits API keys for both development and production use.
⚡ Built by ATL BitLab