Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 449 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 449 Bytes

lightning-cli-rest

An interactive "lightning-cli" that allows you to interact with a CLN REST endpoint. You MUST use the -k (parameter) and provide key=value pairs for ALL commands requiring parameters. example:

./lighting-cli invoice -k amount_msat=100000 description="test" label="test1"

The first time you run the lightning-cli command, a .env MAY be stubbed out. This is where you put your CLN Rune and REST point information.