base58 Encodings page

Migrates this old wiki page: https://web.archive.org/web/20150422095115/https://wiki.ripple.com/Encodings

I did not copy over the encodings for validation_private_key,
account_private_key, or family_public_generator since as far as I know
those are unused.
This commit is contained in:
mDuo13
2018-12-18 15:44:26 -08:00
parent 5308d5d1d9
commit 2d6d18dcd6
4 changed files with 43 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ Accounts in the XRP Ledger are identified by a base58 XRP Ledger Address. The ad
* Includes a 4-byte checksum so that the probability of generating a valid address from random characters is approximately 1 in 2^32
{% if currentpage.md != "concept-accounts.md" %}
For more information, see [Accounts](accounts.html).
For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html).
{% endif %}