ekzyis de463e1f99
Send via CLNRest (#2475)
* 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
2025-09-04 12:15:14 -05:00

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 via sndev onion cln
  • rune: sndev cli cln --regtest createrune restrictions='[["method=invoice"]]'