Alby Developer Guide
User GuideDeveloper Portal
NWC API
NWC API
  • Introduction
    • ❔What is Nostr Wallet Connect?
  • Building Lightning Apps
    • ⛓️NWC HTTP API
      • ℹ️Fetch NWC Info
      • 📢Publish NWC Request
      • ✍️Publish Event
      • 📩Subscribe to Events
      • 🔔Subscribe to NWC Notifications
      • 🔕Delete Subscriptions
      • ↔️Code examples: Creating Requests
    • ⚡NWC JS SDK
  • Building NWC Wallet Services
    • 🗼Alby NWC Relay
Powered by GitBook
LogoLogo

Our content

  • Website
  • Blog
  • GitHub

Follow us

  • Nostr
  • Twitter / X
  • Youtube

Contact us

  • E-mail
  • Community Chat
  • Open Hours

Your bitcoin & nostr companion / from 🐝 with 🧡

On this page

Was this helpful?

  1. Introduction

What is Nostr Wallet Connect?

Last updated 9 months ago

Was this helpful?

Nostr Wallet Connect (NWC or ) is a specification for communicating with a lightning node via Nostr.

NWC enables an easy way to make payments from your backend or native payments in your mobile app without requiring the user to confirm payment or switch to their wallet.

You can get started quickly with NWC using the following tools:

❔
NIP-47

NWC HTTP API

Add NWC to your web app

NWC JS SDK

Add NWC to your JS app