Skip to content

Commit 7bb610e

Browse files
authored
feat: add Lantstool links to near docs (#620)
1 parent a5294b2 commit 7bb610e

File tree

1 file changed

+4
-0
lines changed
  • pages/price-feeds/use-real-time-data

1 file changed

+4
-0
lines changed

pages/price-feeds/use-real-time-data/near.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ near contract \
162162
send
163163
```
164164

165+
**Try it out on [Lantstool](https://app.lantstool.dev/import/gh/lantstool/examples.near-protocol/main/integrations/pyth/real-time-price-data/update-price-feed.json)**
166+
165167
Alternatively, you can use `near-js` libraries to perform the contract call. For this example we will create a simple node.js project.
166168

167169
First, install the `near-js` libraries we will use:
@@ -272,6 +274,8 @@ near contract \
272274

273275
```
274276

277+
**Try it out on [Lantstool](https://app.lantstool.dev/import/gh/lantstool/examples.near-protocol/main/integrations/pyth/real-time-price-data/get-price.json)**
278+
275279
#### NEAR-JS Example
276280

277281
For this example we will create a simple node.js project. First, install the [`near-js\client`](https://www.npmjs.com/package/@near-js/client) library:

0 commit comments

Comments
 (0)