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: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
@@ -641,7 +641,8 @@ Now you need an XRPL account address to monitor. If you already have one or know
|
|||||||
```console
|
```console
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
If you are new to the XRPL and need an account address, [you can get accounts on the testnet](https://xrpl.org/xrp-testnet-faucet.html). There you can also use the sandbox to issue XRP transactions, which then should show up in our app.
|
|
||||||
|
If you need a Testnet address, [you can get one from the faucet](xrp-testnet-faucet.html). Then you can paste that address into the [Transaction Sender](tx-sender.html) to send XRP transactions that your app can see.
|
||||||
|
|
||||||
On, startup, the application should display a simple dialog prompting the user for an XRPL account address. After entering the address the application should display some basic information about that account and about the ledger.
|
On, startup, the application should display a simple dialog prompting the user for an XRPL account address. After entering the address the application should display some basic information about that account and about the ledger.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user