Nostr Wallet Connect URI

A Nostr Wallet Connect URI is used to connect to wallet that use the Nostr Wallet Connect (NWC) protocol.

It looks like this:

nostr+walletconnect://<PUBKEY>?relay=<RELAY>&secret=<SECRET>

It contains the following information:

  • Pubkey

  • Relay (URL of the relay where the wallet service is connected and will be listening for events.)

  • Secret

Last updated