Files
xrpl-dev-portal/content/_code-samples/build-a-wallet/py/README.md
2021-10-29 18:10:50 -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