1.0.2
Documentation: pkg.go.dev
# README
lightning-node-connect
Placeholder repository for everything that is needed for Lightning Node Connect.
Run the example WASM application
Run LiT
- Compile and run
LiT
from themailbox
branch of the closed beta repo. - Navigate to the "Lightning Node Connect" page and copy the password of the default session for later use.
Compile and run the example
- Make sure you're using
golang 1.17.x
. - In this repo, run
make wasm
to compile the example client to WASM. - Run
make example-server
to start the example HTTP server. - Visit http://localhost:8080 to see the example client in action. It is recommended to open the browser console (F12) to see the console logs.
# Packages
Package hashmailrpc is a reverse proxy.