Skip to content

Commit 8b4f12b

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andauthored
docs: add entropy debugger links to documentation (#567)
* docs: add entropy debugger links to documentation - Add entropy debugger callout at the top of debug-callback-failures page - Add entropy debugger link under Reference Material section Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * style: fix prettier formatting in debug-callback-failures.mdx Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <jayant@dourolabs.xyz>
1 parent 7752468 commit 8b4f12b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pages/entropy/debug-callback-failures.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
import { Callout } from "nextra/components";
44

5+
<Callout type="info" emoji="🔍">
6+
**Quick Debug Tool**: Use the [Entropy
7+
Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and
8+
resolve callback issues.
9+
</Callout>
10+
511
This guide explains how to identify and resolve issues with the Entropy callback.
612
The intended audience for this guide is developers who have made an Entropy random number request, but their application hasn't received a callback.
713

pages/entropy/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ Please see [How to Generate Random Numbers Using Pyth Entropy](entropy/generate-
1515
## Additional Resources
1616

1717
To learn more about how the protocol works, please see [Protocol Design](entropy/protocol-design).
18+
19+
## Reference Material
20+
21+
- [Protocol Design](entropy/protocol-design)
22+
- [Contract Addresses](entropy/contract-addresses)
23+
- [Error Codes](entropy/error-codes)
24+
- [Entropy Debugger](https://entropy-debugger.pyth.network/) - Interactive tool for diagnosing callback issues

0 commit comments

Comments
 (0)