mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
185 B
Markdown
11 lines
185 B
Markdown
# Address Encoding (JavaScript)
|
|
|
|
Demonstrates how to encode and decode XRP Ledger addresses and other identifiers.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
node encode_address.js
|
|
```
|