Files
xrpl-dev-portal/content/_code-samples/build-a-wallet/desktop-js

Build a Wallet Sample Code (JavaScript) [WIP]

This folder contains sample code for a non-custodial XRP Ledger wallet application in JavaScript. For the full documentation, refer to the Build a 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-poll
npm run async-subscribe
npm run account
npm run tx-history
npm run send-xrp
npm run domain-verification