-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add btc lightning address scheme for money addresses (#24)
- Loading branch information
1 parent
b107fb3
commit d9f4a56
Showing
1 changed file
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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) | ||
|
@@ -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)) | ||
|
||
|
@@ -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 | ||
|
||
|