File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
pages/price-feeds/use-real-time-data Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,30 @@ rev = "751c23caf24efd071463b9ffd07eabcb15f44f31"
70
70
```
71
71
72
72
</Tabs.Tab >
73
-
74
73
</Tabs >
75
74
76
75
Pyth also provides a javascript SDK to construct transaction blocks that update price feeds:
77
76
78
77
<Tabs items = { [" Sui" , " IOTA" ]} >
79
78
<Tabs.Tab >
80
- ``` sh copy # NPM npm install --save @pythnetwork/pyth-sui-js # Yarn yarn add
81
- @pythnetwork/pyth-sui-js ` ` `
79
+ ``` sh
80
+ # NPM
81
+ npm install --save @pythnetwork/pyth-sui-js
82
+
83
+ # Yarn
84
+ yarn add @pythnetwork/pyth-sui-js
85
+ ```
86
+
82
87
</Tabs.Tab >
83
88
<Tabs.Tab >
84
- ` ` ` sh copy # NPM npm install --save @pythnetwork/pyth-iota-js # Yarn yarn
85
- add @pythnetwork/pyth-iota-js ` ` ` `
89
+ ``` sh
90
+ # NPM
91
+ npm install --save @pythnetwork/pyth-iota-js
92
+
93
+ # Yarn
94
+ yarn add @pythnetwork/pyth-iota-js
95
+ ```
96
+
86
97
</Tabs.Tab >
87
98
</Tabs >
88
99
You can’t perform that action at this time.
0 commit comments