mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Build a Desktop Wallet Sample Code (JavaScript)
Build a non-custodial XRP Ledger wallet application in JavaScript that runs on the desktop using Electron.
For the full documentation, refer to the Build a Desktop Wallet in JavaScript tutorial.
TL;DR
Setup:
npm install
Run any of the scripts (higher numbers are more complete/advanced examples):
npm run hello
npm run async
npm run account
npm run tx-history
npm run send-xrp
npm run domain-verification