Skip to content

hmthu2025/bitcoin-lightning-app-nextjs

 
 

Repository files navigation

LN Starter App Code


This is a template that can be used to build LN Apps using the ZEBEDEE.io API.

your backend code. You can use the zbd/templates/zbd directory to add your templates to be rendered by the view.

Getting Started

Set your secrets in replit OR create an .env.local file as shown below. Example secrets or Template for .env.local (create in the ln_app directory with manage.py)

ZEBEDEE_API_KEY="API_KEY_GOES_HERE"


Example secrets or .env.local after complete setup. DON'T USE!

ZEBEDEE_API_KEY="xVEhDAbL648Wn55Airkm2vPdq8dD6haf"

Installing the dependencies by navigating to the top-level ln_app directory and running npm install

You can begin editing your project by navigating to app/ and editing page.tsx.


To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.9%
  • CSS 29.9%
  • TypeScript 27.2%