NWC Faucet
Create test wallets for the
NWC protocol.
๐ Create Test Wallet
curl -X POST https://faucet.nwc.dev?balance=10000
โก Top Up Wallet
Send sats to a faucet wallet lightning address
curl -X POST \
https://faucet.nwc.dev/wallets/nwcxxxxxxxxxx/topup?amount=1000
๐ธ Pay Invoice
Pay a BOLT-11 lightning invoice from the faucet
curl -X POST \
https://faucet.nwc.dev/pay-invoice?invoice=lnbc...
๐งพ Make Invoice
Create a BOLT-11 lightning invoice from the faucet
curl -X POST \
https://faucet.nwc.dev/make-invoice?amount=1000