PeerPay URI Scheme for BRC-29 Payments
Abstract
Motivation
Specification
Syntax
peerpay-URI = "peerpay:" identity-key [ "?" query ]
identity-key = 66HEXDIG ; 33-byte DER-encoded compressed secp256k1 public key
query = param *( "&" param )
param = sats-param / extension-param
sats-param = "sats=" 1*DIGIT ; payment amount in satoshis (BSV)
extension-param = token "=" *pcharExample
Wallet Handling
Registration
Security Considerations
Implementations
Last updated
Was this helpful?

