zkgraph
zkgraph copied to clipboard
Template for zkGraph.
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Extract API functionality, transform to **CLI**. I believe that users do not need to pay...
**Is your feature request related to a problem? Please describe.** if an event contains dynamic types, zkgraph developers need to manually decode and personally calculate the offset and length for...
The "eventHandlers" field in the current configuration file only supports two fields: "event define" and "handle function". ```yaml eventHandlers: - event: OrderFulfilled(bytes32,address,address,address,tuple[],tuple[]) handler: handleEvents ``` If the event contains dynamic...
* Add dotenv for private key and use of private endpoint * Update README to show user how to check if `debug_getRawReceipts` is supported by a provider using cURL *...
Not close until 100%.
For many L2 Rollups, they have forked the client from [geth](https://github.com/ethereum/go-ethereum), so they show the following diff via an explorer. - https://op-geth.optimism.io/ - https://geth.taiko.xyz/ In addition, there are similar projects...