This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Replies: 1 comment
-
Thanks @chlenc we've got @lostman working on this over in #846 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, I got an idea for you.
It would be cool to implement the following feature in the indexer, it would be a gamechanger
For example, creating a new indexer would look like this
and the indexer would take the address of the contract and abi and create an indexer instance according to them, it would also take the contract deploy block and put it automatically into the manifest.
In addition, it could take the contract storage and the corresponding events (if they exist) and automatically generate graphql types and event handlers for it.
manifest example
contract events
contract storage
and looks like based on events and storage we can autogenerate this code
and also this code
Beta Was this translation helpful? Give feedback.
All reactions