File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import { Callout } from " nextra/components" ;
4
4
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
+
5
11
This guide explains how to identify and resolve issues with the Entropy callback.
6
12
The intended audience for this guide is developers who have made an Entropy random number request, but their application hasn't received a callback.
7
13
Original file line number Diff line number Diff line change @@ -15,3 +15,10 @@ Please see [How to Generate Random Numbers Using Pyth Entropy](entropy/generate-
15
15
## Additional Resources
16
16
17
17
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
You can’t perform that action at this time.
0 commit comments