Files
xrpl-dev-portal/_code-samples/set-regular-key/py

Set Regular Key (Python)

Demonstrates how to set a regular key for an XRP Ledger account.

Quick setup and usage:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python setRegularKey.py