This quest is to migrate the ENS Subgraph to Squid SDK. The repo for the subgraph can be found here. The resulting squid should match the GraphQL API of the subgraph as close as possible, by migrating schema.graphql
. The judges reserve the right to request improvements afther the initial review of the submission. Reach out to the Discord Channel for any tech questions regarding this quest.
Category | Skill Level | Time required (hours) | Max Participants | Reward | Status |
---|---|---|---|---|---|
Squid Deployment | ~20 | 5 | open |
Each quest should be submitted as a private repo and will be reviewed manually. To submit, create an issue with url to your repo and invite the following github accounts: @dariaag, @belopash, @abernatskiy and @dzhelezov. The repo should contain README.MD
with
- Insturctions how to run the squid locally
- Sample Squid queries and the corresponding Subgraph queries
The code should be well documented. The judges will assess:
- In-line comments where necessary
- Clarity of the code
- Performance and optimization (if batching and Multicall queries are used whenever appropriate)