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: lazer/js/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pyth Lazer JavaScript SDK Examples
2
2
3
-
This directory contains JavaScript/TypeScript examples demonstrating how to use the Pyth Lazer SDK to interact with real-time price feeds and verify cryptographic messages on the Solana blockchain.
3
+
This directory contains JavaScript/TypeScript examples demonstrating how to use the Pyth Lazer SDK to interact with real-time price feeds and verify price updates on the Solana blockchain.
4
4
5
5
## What is Pyth Lazer?
6
6
@@ -12,7 +12,7 @@ Before running these examples, make sure you have the following installed:
12
12
13
13
-**Node.js** (version 18 or higher)
14
14
-**pnpm** package manager
15
-
- A Lazer Access Token -- please see the TODO.
15
+
- A Lazer Access Token -- please see [How to Acquire an Access Token](https://docs.pyth.network/lazer/acquire-access-token) if you don't have one.
16
16
17
17
## Installation
18
18
@@ -33,7 +33,7 @@ Before running these examples, make sure you have the following installed:
33
33
## Basic Examples
34
34
35
35
### 1. WebSocket Client Example (`src/index.ts`)
36
-
Demonstrates how to connect to the Pyth Lazer WebSocket stream and receive real-time price feed updates.
36
+
Demonstrates how to connect to the Pyth Lazer WebSocket stream and receive real-time price updates.
0 commit comments