Files
xrpl-dev-portal/_code-samples/build-a-desktop-wallet/py/README.md

16 lines
299 B
Markdown

# Build a Wallet Sample Code (Python)
This folder contains sample code for a non-custodial XRP Ledger wallet application in Python.
Setup:
```sh
pip install -r requirements.txt
```
Run any of the Python scripts (higher numbers are more complete/advanced examples):
```sh
python3 1_hello.py
```