diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md index 70ca2a505e..472a6eb214 100644 --- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md +++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md @@ -641,7 +641,8 @@ Now you need an XRPL account address to monitor. If you already have one or know ```console 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.