From f1de2b649f0f974a5e34e837dc8bc82ac5b3f6a4 Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:49:26 +0200 Subject: [PATCH] Switched "Next Steps" for "Summary" --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 66d6e09781..67fbb4db80 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 @@ -1454,8 +1454,7 @@ To run the reference application, run: npm run domain-verification ``` -## Next Steps & Topics for further research +## Summary -- Error Handling -- Building the App +Congratulations, you now have created your own wallet application! In completing this tutorial, you have learned how to interact with the XRP Ledger - from sending simple requests up to doing actual transactions, all in an electron application.