* Send via CLNRest * Add cURL script to send payments using CLNRest * Serve CLNRest over HTTP in dev Upgrade to 24.11 fixed CORS issue * Update cln.md
291 B
291 B
CLNRest
to attach sending:
- socket:
localhost:9092
- rune:
sndev cli cln --regtest createrune restrictions='[["method=pay"]]'
to attach receiving:
- socket:
cln:3010
or onion viasndev onion cln
- rune:
sndev cli cln --regtest createrune restrictions='[["method=invoice"]]'