Skip to content

docs: add entropy debugger links to documentation #567

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

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pages/entropy/debug-callback-failures.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

import { Callout } from "nextra/components";

<Callout type="info" emoji="🔍">
**Quick Debug Tool**: Use the [Entropy
Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and
resolve callback issues.
</Callout>

This guide explains how to identify and resolve issues with the Entropy callback.
The intended audience for this guide is developers who have made an Entropy random number request, but their application hasn't received a callback.

Expand Down
7 changes: 7 additions & 0 deletions pages/entropy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ Please see [How to Generate Random Numbers Using Pyth Entropy](entropy/generate-
## Additional Resources

To learn more about how the protocol works, please see [Protocol Design](entropy/protocol-design).

## Reference Material
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed but good to have.


- [Protocol Design](entropy/protocol-design)
- [Contract Addresses](entropy/contract-addresses)
- [Error Codes](entropy/error-codes)
- [Entropy Debugger](https://entropy-debugger.pyth.network/) - Interactive tool for diagnosing callback issues
Loading