Build a wallet tutorial: show account objects

This commit is contained in:
mDuo13
2021-10-29 18:10:50 -07:00
parent b70b4d3f64
commit 7eeeb4c659
3 changed files with 319 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
# 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
```