Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
🔗 Broken Links/Anchors Found in enThe build found broken internal links or anchors. 🔗 Broken Links⚓ Broken AnchorsHow to fix:
|
There was a problem hiding this comment.
Pull request overview
Adds a new “Understanding Transactions” tutorial to the Rootstock Explorer docs, aimed at helping beginners interpret transaction pages and common fields in the explorer UI.
Changes:
- Adds a new guide page: How to Read a Transaction in the Rootstock Explorer
- Adds a new example transaction screenshot used by the guide
- Links the new guide from the Rootstock Explorer docs index via a new
FilterItem
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| static/img/tools/explorer/rootstock/tx-example-normal.png | Adds a new screenshot used as the “example transaction” image in the tutorial. |
| docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md | New tutorial explaining transaction concepts and how to read key explorer fields. |
| docs/05-dev-tools/explorers/rootstock-explorer/index.md | Adds navigation entry linking to the new tutorial page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md
Outdated
Show resolved
Hide resolved
🔗 Broken Links/Anchors Found in enThe build found broken internal links or anchors. 🔗 Broken Links⚓ Broken AnchorsHow to fix:
|
There was a problem hiding this comment.
Pull request overview
Adds a new beginner-oriented tutorial page to the Rootstock Explorer docs to help developers understand and interpret transaction details, and links it from the Explorer docs landing page.
Changes:
- Added a new “Understanding Transactions” tutorial page explaining transaction concepts and key fields in the Rootstock Explorer.
- Linked the new tutorial from the Rootstock Explorer docs index.
- Added a new transaction example screenshot image used by the tutorial.
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| static/img/tools/explorer/rootstock/tx-example-normal.png | Adds a new screenshot asset referenced by the new tutorial. |
| docs/05-dev-tools/explorers/rootstock-explorer/understanding-transactions.md | New tutorial explaining how to find and interpret transactions in the Rootstock Explorer. |
| docs/05-dev-tools/explorers/rootstock-explorer/index.md | Adds a new card/link entry pointing to the new tutorial. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Title
Docs: Add Rootstock Explorer Transaction Tutorial
Description
Purpose:
Provide a beginner-friendly guide to help users understand how transactions work on Rootstock and how to read them in the Rootstock Explorer.
Context:
This article is part of the Rootstock Explorer educational tutorial series. It addresses the need for clear explanations of transaction fields and how to interpret them, especially for new developers.
Changes: