mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-25 16:10:35 +00:00
11 lines
181 B
Markdown
11 lines
181 B
Markdown
# Assign Regular Key (JavaScript)
|
|
|
|
Demonstrates how to assign a regular key pair to an XRP Ledger account.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
node assign-regular-key.js
|
|
```
|