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:38 +02:00
committed by GitHub
parent da230d4da3
commit 112c404f05

View File

@@ -37,8 +37,7 @@ At the end of this tutorial, you will have built a JavaScript Wallet application
![Desktop wallet screenshot](img/javascript-wallet-preview.png) ![Desktop wallet screenshot](img/javascript-wallet-preview.png)
The look and feel of the user interface should be roughly the same regardless of operating system, as the Electron Framework allows us to write The look and feel of the user interface should be roughly the same regardless of operating system, as the Electron Framework allows us to write cross-platform applications that are styled with HTML and CSS just like a web-based application.
cross-platform applications that are styled with HTML and CSS just like a web-based application.
The application we are going to build here will be capable of the following: The application we are going to build here will be capable of the following: