Categorygithub.com/lightninglabs/lightning-node-connect

# README

lightning-node-connect

Placeholder repository for everything that is needed for Lightning Node Connect.

Run the example WASM application

Run LiT

  1. Compile and run LiT from the mailbox branch of the closed beta repo.
  2. Navigate to the "Lightning Node Connect" page and copy the password of the default session for later use.

Compile and run the example

  1. Make sure you're using golang 1.17.x.
  2. In this repo, run make wasm to compile the example client to WASM.
  3. Run make example-server to start the example HTTP server.
  4. 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.