Skip to content

Negr087/lightning-domain

 
 

Repository files navigation

Lightning Domain

Provide Lightning Addreses with your domain. Provides NIP-05 and LUD-16 for users.

Just deploy it and assign your domain.

Our stack

Documentation

You can check the full documentation in LaWallet Documentation

One Click install

Deploy with Vercel

  1. Select a name for your repo

  2. Set the environment variables

    DATABASE_URL="postgresql://" # < Database URI
    ADMIN_NOSTR_PRIVATE_KEY="..." # < Nostr Admin Private Key (hex)
    AUTOCREATE_NONCE="SECRET_NONCE" # < Remember this value
    
    SIGNUP_ENABLED=1
    SIGNUP_NIP05_RECEIVER=tesoro@lawallet.ar
    SIGNUP_MSATS_PRICE=21000
  3. Deploy

  4. Assign a domain

Developing

Set nvm version

nvm use

Install packages

pnpm install

Start development server

pnpm dev

Build

pnpm build

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.2%
  • JavaScript 9.6%
  • Dockerfile 7.0%
  • CSS 0.2%