Build a wallet tutorial: draft steps 1-3

1. wxPython app that shows XRPL data (once)
2. threaded app monitoring XRPL in background
3. Decode address & watch for balance
This commit is contained in:
mDuo13
2021-09-10 19:29:20 -07:00
parent 6cc92778ab
commit b70b4d3f64
5 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Build a Wallet Sample Code (Python)
This folder contains sample code for a non-custodial XRP Ledger wallet application in Python.