https://github.com/farscapian/lightning-cli-rest
An interactive "lightning-cli" that allows you to interact with a CLN REST endpoint.
https://github.com/farscapian/lightning-cli-rest
Last synced: about 2 months ago
JSON representation
An interactive "lightning-cli" that allows you to interact with a CLN REST endpoint.
- Host: GitHub
- URL: https://github.com/farscapian/lightning-cli-rest
- Owner: farscapian
- Created: 2024-01-29T21:50:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T20:05:13.000Z (over 1 year ago)
- Last Synced: 2025-02-08T23:24:39.169Z (4 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.