mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Addresses: touch up X-addresses callout
This commit is contained in:
@@ -6,9 +6,9 @@ Accounts in the XRP Ledger are identified by an address in the XRP Ledger's [bas
|
|||||||
* Case-sensitive
|
* Case-sensitive
|
||||||
* Includes a 4-byte checksum so that the probability of generating a valid address from random characters is approximately 1 in 2^32
|
* Includes a 4-byte checksum so that the probability of generating a valid address from random characters is approximately 1 in 2^32
|
||||||
|
|
||||||
**Note:** The XRP community has [proposed](https://github.com/xrp-community/standards-drafts/issues/6) an **X**-address format that "packs" a [destination tag](source-and-destination-tags.html) into the address. These addresses start with an `X` (for the mainnet) or a `T` (for the [testnet](parallel-networks.html)). Exchanges and wallets can use X-addresses to represent all the data a customer needs to know in one value. For more information, see the [X-address format site](https://xrpaddress.info/) and [codec](https://github.com/xrp-community/xrpl-tagged-address-codec).
|
> **Note:** The XRP community has [proposed](https://github.com/xrp-community/standards-drafts/issues/6) an **X**-address format that "packs" a [destination tag](source-and-destination-tags.html) into the address. These addresses start with an `X` (for the mainnet) or a `T` (for the [testnet](parallel-networks.html)). Exchanges and wallets can use X-addresses to represent all the data a customer needs to know in one value. For more information, see the [X-address format site](https://xrpaddress.info/) and [codec](https://github.com/xrp-community/xrpl-tagged-address-codec).
|
||||||
|
>
|
||||||
The XRP Ledger protocol only supports "classic" addresses natively, but [ripple-lib](rippleapi-reference.html), [Xpring SDK](https://xpring.io/docs), and many other tools support X-addresses tool.
|
> The XRP Ledger protocol only supports "classic" addresses natively, but [ripple-lib](rippleapi-reference.html), [Xpring SDK](https://xpring.io/docs), and many other tools support X-addresses too.
|
||||||
|
|
||||||
{% if currentpage.md != "concept-accounts.md" %}
|
{% if currentpage.md != "concept-accounts.md" %}
|
||||||
For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html).
|
For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html).
|
||||||
|
|||||||
Reference in New Issue
Block a user