Files
xrpl-dev-portal/_code-samples/build-a-desktop-wallet/js
2025-10-07 14:49:48 -07: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