mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-01 17:15:51 +00:00
Move Build a Desktop Wallet code samples
This commit is contained in:
15
content/_code-samples/build-a-desktop-wallet/py/README.md
Normal file
15
content/_code-samples/build-a-desktop-wallet/py/README.md
Normal file
@@ -0,0 +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
|
||||
```
|
||||
Reference in New Issue
Block a user