Files
xrpl-dev-portal/content/_code-samples/build-a-wallet/py
dependabot[bot] 6657bdabf8 Bump requests in /content/_code-samples/build-a-wallet/py
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0.
- [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.25.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 01:37:08 +00:00
..
2022-01-20 17:21:24 -08:00
2022-01-31 13:40:18 -08:00
2022-01-31 13:40:18 -08:00
2022-01-31 13:40:18 -08:00
2022-02-01 15:16:33 -08:00
2023-01-25 11:46:14 -08: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