You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build/build-apps/queries/hands-on-with-queries.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Converting the returned value of the executed call from hexidecimal results in t
33
33
34
34
## Construct a Query {: #construct-a-query}
35
35
36
-
You can use the [Wormhole Query SDK](https://www.npmjs.com/package/@wormhole-foundation/wormhole-query-sdk){target=\_blank} to construct a query. You will also need an RPC endpoint from the provider of your choice. This example uses [Axios](https://www.npmjs.com/package/axios){target=\_blank} for RPC requests.
36
+
You can use the [Wormhole Query SDK](https://www.npmjs.com/package/@wormhole-foundation/wormhole-query-sdk){target=\_blank} to construct a query. You will also need an RPC endpoint from the provider of your choice. This example uses [Axios](https://www.npmjs.com/package/axios){target=\_blank} for RPC requests. Ensure that you also have [TypeScript](https://www.typescriptlang.org/download/){target=\_blank} installed.
37
37
38
38
```jsx
39
39
npm i @wormhole-foundation/wormhole-query-sdk axios
0 commit comments