Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md

Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
Alexander Busse
2023-09-18 20:08:10 +02:00
committed by GitHub
parent 742e89210d
commit 2b7716fc32

View File

@@ -8,10 +8,7 @@ blurb: Build a graphical desktop wallet for the XRPL using JavaScript.
# Build a Desktop Wallet in JavaScript
<!-- STYLE_OVERRIDE: wallet -->
This tutorial demonstrates how to build a desktop wallet for the XRP Ledger using the JavaScript programming language,
the Electron Framework and various libraries. This application can be used as a starting point for building a more
complex and powerful application, as a reference point for building comparable apps, or as a learning experience to
better understand how to integrate XRP Ledger functionality into a larger project.
This tutorial demonstrates how to build a desktop wallet for the XRP Ledger using the JavaScript programming language, the Electron Framework and various libraries. This application can be used as a starting point for building a more complex and powerful application, as a reference point for building comparable apps, or as a learning experience to better understand how to integrate XRP Ledger functionality into a larger project.
## Prerequisites