WebLN Docs

July 11, 2023 ยท View on GitHub

This houses the documentation for WebLN, a client library and spec for Lightning web apps to interface with web-enabled Lightning clients.

Requirements

  • Node 16+
  • Yarn 1

Run in Development

yarn && yarn dev

Build for Production

yarn && yarn build

Continuous Deployments

Pull requests will deploy a preview build to Vercel automatically. Merges into master will deploy the latest version of the site to https://webln.dev automatically.

Contents

  1. 1Requirements
  2. 1.1Run in Development
  3. 1.2Build for Production
  4. 1.3Continuous Deployments