File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
pages/price-feeds/use-real-time-data Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Starknet Guide
2
2
3
3
pages /price-feeds /use-real-time-data /starknet.mdx
4
+
5
+ pages /price-feeds /use-real-time-data /ton.mdx
Original file line number Diff line number Diff line change @@ -14,12 +14,16 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
14
14
15
15
<Tabs items = { [" npm" , " yarn" ]} >
16
16
<Tabs.Tab >
17
- ``` bash copy npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
18
- @ton/core @ton/ton @ton/crypto ` ` `
17
+ ``` sh copy
18
+ npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
19
+ @ton/core @ton/ton @ton/crypto
20
+ ```
19
21
</Tabs.Tab >
20
22
<Tabs.Tab >
21
- ` ` ` bash copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
22
- @ton/core @ton/ton @ton/crypto ` ` `
23
+ ``` sh copy
24
+ yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
25
+ @ton/core @ton/ton @ton/crypto
26
+ ```
23
27
</Tabs.Tab >
24
28
</Tabs >
25
29
You can’t perform that action at this time.
0 commit comments