mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
5 lines
252 B
Bash
5 lines
252 B
Bash
# Replace the seed with the seed of the account to delete.
|
|
ACCOUNT_SEED=s████████████████████████████
|
|
# Change to secp256k1 if you generated the seed with that algorithm
|
|
ACCOUNT_ALGORITHM=ed25519
|