mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +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
|
|
```
|