-
Notifications
You must be signed in to change notification settings - Fork 27
Martinh/queries e2e tutorial #662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces a comprehensive tutorial for building a live crypto price widget using Wormhole Queries and Witnet data feeds. The tutorial guides developers through creating a Next.js/TypeScript application that fetches, verifies, and displays real-time crypto prices with Guardian-signed data.
Key changes:
- Added a complete end-to-end tutorial with code examples for querying and displaying live crypto prices
- Updated navigation files to include the new tutorial in the documentation structure
- Added references to the new tutorial in LLM context files for AI-assisted documentation
Reviewed Changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
products/queries/tutorials/live-crypto-prices.md |
Main tutorial documentation covering project setup, server logic, widget implementation, and deployment |
products/queries/tutorials/.nav.yml |
Navigation configuration for the tutorials section |
products/queries/.nav.yml |
Updated queries section navigation to include tutorials |
llms.txt |
Added tutorial reference for LLM context |
llms-full.txt |
Added complete tutorial content for full LLM context |
llms-files/llms-queries.txt |
Added tutorial reference specific to queries documentation |
.snippets/code/products/queries/tutorials/live-crypto-prices/snippet-*.ts |
Code snippets (1-8) for configuration, request building, client logic, decoding, types, API routes, and UI components |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.snippets/code/products/queries/tutorials/live-crypto-prices/snippet-7.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool tutorial! everything works smoothly, nice!
Co-authored-by: Ilaria <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting updates, Grammarly stuff
Co-authored-by: Dawn Kelly <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Description
This pull request adds a new tutorial for displaying live crypto prices using Wormhole Queries. It introduces a complete code sample for fetching, decoding, and rendering real-time price data in a widget, and updates navigation and documentation references to include the new tutorial.
Checklist