Your Nostr and Lightning Provider. Just set up environment and start
- NIP-05
- LUD-16
Pull the image from Docker Hub (masize/hodl-ar) (Optional)
docker pull masize/hodl-ar
Replace the environment variables and run the container
docker run -it -p 3000:3000 \
-e MAIN_DOMAIN="hodl.ar" \
-e MONGODB_URI="mongodb+srv://YOUR_MONGODB_URI" \
-e LNBITS_ENDPOINT="https://wallet.lacrypta.ar" \
-e LNBITS_ADMIN_KEY="YOUR_LNBITS_ADMIN_KEY" \
-e LNBITS_ADMIN_USER="YOUR_LNBITS_ADMIN_USER" \
masize/hodl-ar:latest
nvm use
yarn dev
- Agustin Kassis (@agustin_kassis)