[M3] docs(playground): add Using Otterscan user guide#4146
Merged
jmg-duarte merged 8 commits intocowprotocol:mainfrom Feb 26, 2026
Merged
[M3] docs(playground): add Using Otterscan user guide#4146jmg-duarte merged 8 commits intocowprotocol:mainfrom
jmg-duarte merged 8 commits intocowprotocol:mainfrom
Conversation
Adds comprehensive user guide for Otterscan including: - How to access and use the block explorer - Inspecting transactions (traces, logs, gas profiling) - Debugging failed transactions - Example workflow for tracing CoW Swap settlements Part of CoW Grants Program M3: Documentation milestone.
- Simplify example workflow to use integrated links instead of manual copy-paste - Replace redundant SOURCIFY_MODE tip with cross-reference to Contract Verification section
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
jmg-duarte
reviewed
Feb 13, 2026
…rs, Otterscan doc links, and style nit Changes: - Apply intro paragraph style nit (split into two lines) - Add link to Otterscan documentation in intro, inspecting, and debugging sections - Add screenshot placeholders for transaction overview, trace, failed tx, and revert trace - Create docs/images/ directory for upcoming screenshots
Contributor
Author
|
@jmg-duarte what do you think about the new version? |
jmg-duarte
reviewed
Feb 20, 2026
Contributor
jmg-duarte
left a comment
There was a problem hiding this comment.
Almost there. Final touches
…e screenshot - Move screenshots inline with their corresponding instructions instead of grouping them at the end of each section - Replace revert trace screenshot with one showing multiple trace lines Addresses review feedback from jmg-duarte.
jmg-duarte
reviewed
Feb 26, 2026
Contributor
jmg-duarte
left a comment
There was a problem hiding this comment.
Last note. Everything else looks good to me
jmg-duarte
approved these changes
Feb 26, 2026
Contributor
|
Thanks for you contributions! 🙏 |
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.
Summary
This PR completes Milestone 3: Documentation of the CoW Grants Program RFP: CoW Protocol Playground Block Explorer Integration proposal by CoBuilders.
Documentation Strategy
Most of the technical documentation for this integration was delivered inline with the implementation in M1 and M2:
.envfiles, JSDoc comments in source codeThis PR adds the remaining user-facing documentation: a practical guide on how to use Otterscan for transaction inspection and debugging.
Changes
Adds a "Using Otterscan" section to the playground README covering:
http://localhost:8003)Milestones
Submitted by CoBuilders as part of the CoW Grants Program