Files
xrpl-dev-portal/content/_code-samples/build-a-wallet/desktop-js
2023-07-31 19:47:33 +02:00
..
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-07-31 19:47:33 +02:00
2023-06-20 13:57:07 +02:00
2023-07-31 19:47:33 +02:00
2023-06-20 13:57:07 +02:00

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