mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -798,7 +798,7 @@ After finishing this step the application should look like this:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
By now we always query the user for an account address at application startup. We more or less have a monitoring tool for accounts that queries publicly available data. Because we want to have real wallet functionality including sending XRP, we will have to deal with private keys and seeds, which will have to be handled properly.
|
By now we always query the user for an account address at application startup. We more or less have a monitoring tool for accounts that queries publicly available data. Because we want to have real wallet functionality including sending XRP, we will have to deal with private keys and seeds.
|
||||||
|
|
||||||
In this step we will query the user for an account seed and a password save this seed with a salted password.
|
In this step we will query the user for an account seed and a password save this seed with a salted password.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user