This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Conversation
- Replace minimal content with comprehensive step-by-step guide - Include prerequisites, setup instructions, and code examples - Add Next Steps section linking to SVM and EVM integration guides - Reference the JavaScript example from pyth-examples repository Co-Authored-By: Jayant <jayant@dourolabs.xyz>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Apply prettier formatting to resolve pre-commit CI failure - Add blank lines and wrap long lines per prettier rules Co-Authored-By: Jayant <jayant@dourolabs.xyz>
aditya520
previously approved these changes
Sep 17, 2025
| # Getting Started with Pyth Lazer | ||
|
|
||
| Please refer to the how-to guides to get started. | ||
| Pyth Lazer is a high-performance, low-latency service that provides real-time financial market data. |
Member
There was a problem hiding this comment.
Are we keeping the name Pyth Lazer? or V3?
| Set your Lazer access token as an environment variable: | ||
|
|
||
| ```bash copy | ||
| export ACCESS_TOKEN=your_actual_token_here |
Member
There was a problem hiding this comment.
Can we call it API key? or just say the user has to put the api key. Access token === API_KEY
Contributor
There was a problem hiding this comment.
it's called an access token everywhere else
77b8cf8 to
ab0dead
Compare
231eb77 to
ab0dead
Compare
aditya520
approved these changes
Sep 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Complete rewrite of the Pyth Lazer getting started documentation page. Replaced a minimal 4-line placeholder with a comprehensive step-by-step guide that walks users through setting up and running the JavaScript example for subscribing to Lazer data from the pyth-examples repository.
The new guide includes:
Type of Change
Areas Affected
/pages/lazer/getting-started.mdx- Complete rewrite from minimal placeholder to comprehensive guideChecklist
Related Issues
Addresses user request to update the getting started page to guide users through the JavaScript example.
Critical Review Items
Internal link accuracy - Verify these relative links work correctly:
./acquire-access-token./integrate-as-consumer/svm./integrate-as-consumer/evm./subscribe-price-updates./price-feed-idsExternal repository reference - Confirm the pyth-examples repository structure and examples work as described:
https://github.com/pyth-network/pyth-examples.gitlazer/js/pnpm run startCode example accuracy - Verify the TypeScript code snippet matches the actual working example in the pyth-examples repository
Package manager choice - Confirm that the examples repository actually uses
pnpmrather thannpmoryarnEnd-to-end testing - Ideally test the complete workflow from cloning the repo through running the examples
Additional Notes
Contributor Information
Screenshots
The page renders correctly with proper formatting, navigation, and all Nextra components displaying as expected.