mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00: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