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