-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Ethereum provider to crawler #56
Comments
@hawyar we'll work this out in the coming weeks while wrapping up IoTeX support |
Handy tools:
|
Schematize and crawl the following to get the hands dirty
|
@hawyar The third and final task on this issue is to grab the Beacon Chain Validator Deposit Contract DepositEvent (the mainnet contract is here and the testnet contract is here) and add this to our schema/crawler. We'll have a few more specific contracts to grab for Ethereum staking providers, but those will be in the next issue. This contract covers official validator registration, so all providers pass through it. It will also give a nice scoped intro to indexing contract events in our system. Also check out this Ethers issue for a nice starting point. |
No description provided.
The text was updated successfully, but these errors were encountered: