Files
xrpl-dev-portal/_code-samples/build-a-desktop-wallet/py
dependabot[bot] a2ae8909ea Bump requests in /_code-samples/build-a-desktop-wallet/py
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 08:19:28 +00:00
..

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