mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
178 B
Markdown
11 lines
178 B
Markdown
# Remove Regular Key (JavaScript)
|
|
|
|
Demonstrates how to remove a regular key from an XRP Ledger account.
|
|
|
|
Quick setup and usage:
|
|
|
|
```sh
|
|
npm install
|
|
node remove-regular-key.js
|
|
```
|