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:
Alexander Busse
2023-08-07 11:35:29 +02:00
committed by GitHub
parent 5140533b67
commit a180574297

View File

@@ -1197,6 +1197,7 @@ Up until now we have enabled our app to query and display data from the XRPL. No
1. Create the file `library/7_helpers.js` and add the following contents:
{{ include_code("_code-samples/build-a-wallet/desktop-js/library/7_helpers.js", language="js") }}
(There was no `6-helpers.js`, so don't worry!)
2. Add the new function to the import section in `index.js`: