Provide Lightning Addreses with your domain. Provides NIP-05 and LUD-16 for users.
Just deploy it and assign your domain.
You can check the full documentation in LaWallet Documentation
-
Select a name for your repo
-
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
-
Deploy
-
Assign a domain
Set nvm version
nvm use
Install packages
pnpm install
Start development server
pnpm dev
pnpm build