Skip to content

Commit

Permalink
add btc lightning address scheme for money addresses (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparkersquare authored Jun 25, 2024
1 parent b107fb3 commit d9f4a56
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
- [Money Address](#money-address)
- [Examples](#examples)
- [USDC on Ethereum](#usdc-on-ethereum)
- [BTC On-chain Address](#btc-on-chain-address)
- [BTC Lightning Address](#btc-lightning-address)
- [BTC LNURL](#btc-lnurl)
- [BTC Address](#btc-address)
- [BTC Silent Payment Address (BIP-0352)](#btc-silent-payment-address-bip-0352)
- [KES Mobile Money](#kes-mobile-money)
- [Currency Specific Parts](#currency-specific-parts)
Expand All @@ -27,12 +28,14 @@
- [Format](#format)
- [Examples](#examples-1)
- [BTC](#btc)
- [LNURL](#lnurl)
- [On-chain Address](#on-chain-address)
- [Format](#format-1)
- [Address](#address)
- [Lightning Address](#lightning-address)
- [Format](#format-2)
- [Silent Payment Address](#silent-payment-address)
- [LNURL](#lnurl)
- [Format](#format-3)
- [Silent Payment Address](#silent-payment-address)
- [Format](#format-4)
- [DID Resource](#did-resource)
- [Examples](#examples-2)
- [Example Service Entry](#example-service-entry)
Expand Down Expand Up @@ -183,14 +186,17 @@ urn:<currency_code>:<curr_specific_part>

`urn:usdc:eth:0x1234567890abcdef1234567890abcdef12345678`

#### BTC LNURL
#### BTC On-chain Address

`urn:btc:lnurl:https://someurl.com`
`urn:btc:addr:1LMcKyPmwebfygoeZP8E9jAMS2BcgH3Yip`

#### BTC Lightning Address

#### BTC Address
`urn:btc:lnaddr:[email protected]`

`urn:btc:addr:1LMcKyPmwebfygoeZP8E9jAMS2BcgH3Yip`
#### BTC LNURL

`urn:btc:lnurl:https://someurl.com`

#### BTC Silent Payment Address ([BIP-0352](https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki))

Expand Down Expand Up @@ -222,15 +228,20 @@ This specification proposes Currency Specific Parts for USDC and BTC.

#### BTC

##### LNURL
##### On-chain Address

###### Format
`urn:btc:lnurl:<url>`
`urn:btc:addr:<address>`

##### Address
##### Lightning Address

###### Format
`urn:btc:addr:<address>`
`urn:btc:lnaddr:<lightning-address>`

##### LNURL

###### Format
`urn:btc:lnurl:<url>`

##### Silent Payment Address

Expand Down

0 comments on commit d9f4a56

Please sign in to comment.