https://github.com/cmdruid/node-terminal
A simple webpage to demonstrate how to connect with your clightning node, using sparko and websockets.
https://github.com/cmdruid/node-terminal
Last synced: 16 days ago
JSON representation
A simple webpage to demonstrate how to connect with your clightning node, using sparko and websockets.
- Host: GitHub
- URL: https://github.com/cmdruid/node-terminal
- Owner: cmdruid
- Created: 2022-06-01T20:27:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T18:38:57.000Z (almost 4 years ago)
- Last Synced: 2026-06-13T01:33:00.864Z (16 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightning-RPC Terminal
A simple webpage to demonstrate how to connect with your clightning node, using sparko and websockets.
## How to use
> *Note: Make sure you have nodejs installed, with either yarn or npm.*
```bash
## Clone this repository.
git clone repo
cd repo-name
## Rename `.env.sample` to `.env` and fill in your info.
SPARK_HOST=http://127.0.0.1:9737 ## Example
SPARK_KEY=put_your_sparko_master_key_here
yarn install && yarn start
*or*
npm install && npm start
## Visit 'https://localhost:8999' to view the page!
```