mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +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:
@@ -1154,7 +1154,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:
|
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") }}
|
{{ 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`:
|
2. Add the new function to the import section in `index.js`:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|||||||
Reference in New Issue
Block a user