We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8472182 commit 2b59413Copy full SHA for 2b59413
src/tools/xian-wallet-utils.md
@@ -9,7 +9,7 @@ The `XianWalletUtils` JavaScript utility provides a simple interface for interac
9
## Installation
10
11
To use `XianWalletUtils`, simply include the `dapp.js` file in your project.
12
-Get dapp.json from the [github repo](https://github.com/xian-network/dapp-utils)
+Get dapp.js from the [github repo](https://github.com/xian-network/dapp-utils)
13
14
```html
15
<script src="path/to/dapp.js"></script>
@@ -78,4 +78,4 @@ XianWalletUtils.sendTransaction(
78
console.log('Transaction Result:', result);
79
}
80
});
81
-```
+```
0 commit comments