⚑
WebLN Guide
CtrlK
  • Introduction
    • πŸ‘‹Welcome
    • ℹ️What is WebLN
    • πŸ…Benefits of WebLN
  • Building Lightning Apps
    • πŸ‘¨β€πŸ’»πŸ‘¨πŸ’» Getting Started
    • πŸ’»WebLN Reference
      • πŸ†•webln.isEnabled()
      • webln.enable()
      • webln.getInfo()
      • webln.keysend()
      • webln.makeInvoice()
      • webln.sendPayment()
      • πŸ†•webln.sendPaymentAsync()
      • webln.signMessage()
      • webln.verifyMessage()
      • πŸ†•webln.request()
      • πŸ†•webln.lnurl()
      • πŸ†•webln.on()
      • πŸ†•webln.off()
      • πŸ†•webln.getBalance()
      • Error handling
    • πŸ› οΈLibraries and Tools
    • πŸ”†Best Practices
  • Ressources
    • ⚑WebLN Providers
    • πŸš€Showcases
    • πŸ‘©β€πŸ«Tutorials
    • 🌐Additional Resources
  • Contribute
    • πŸ—οΈWorking Group & Guidelines
    • πŸ“–Glossary
Powered by GitBook
On this page
Edit on GitHub
  1. Building Lightning Apps

πŸ’»WebLN Reference

Explore the different APIs WebLN offers.

Using WebLN API is straightforward. WebLN offers a comprehensive set of APIs designed for building Bitcoin Lightning-driven web applications using the WebLN standard and requires just a few lines of code.

Get started with the WebLN API!

webln.enable()

Last updated 1 year ago