Files
xrpl-dev-portal/content/_code-samples/build-a-desktop-wallet/py/README.md
2023-09-22 19:22:32 -07:00

299 B

Build a Wallet Sample Code (Python)

This folder contains sample code for a non-custodial XRP Ledger wallet application in Python.

Setup:

pip install -r requirements.txt

Run any of the Python scripts (higher numbers are more complete/advanced examples):

python3 1_hello.py