{"id":22701737,"url":"https://github.com/looksrare/subgraph","last_synced_at":"2026-01-28T23:01:06.670Z","repository":{"id":41143587,"uuid":"405313792","full_name":"LooksRare/subgraph","owner":"LooksRare","description":"LooksRare subgraphs (TheGraph Protocol)","archived":false,"fork":false,"pushed_at":"2023-11-01T16:53:30.000Z","size":1030,"stargazers_count":19,"open_issues_count":4,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T07:54:47.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LooksRare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-09-11T07:29:57.000Z","updated_at":"2025-03-21T13:43:22.000Z","dependencies_parsed_at":"2025-04-13T08:03:34.601Z","dependency_job_id":null,"html_url":"https://github.com/LooksRare/subgraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LooksRare/subgraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LooksRare%2Fsubgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LooksRare%2Fsubgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LooksRare%2Fsubgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LooksRare%2Fsubgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LooksRare","download_url":"https://codeload.github.com/LooksRare/subgraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LooksRare%2Fsubgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28854404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-10T07:10:03.668Z","updated_at":"2026-01-28T23:01:06.629Z","avatar_url":"https://github.com/LooksRare.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LooksRare Subgraph\n\n## Description\n\nThis mono-repository contains all subgraphs ([using The Graph](https://docs.looksrare.org/developers/looksrare-subgraph-overview#what-is-a-subgraph)) available in the LooksRare ecosystem.\n\n## List of subgraphs\n\n| Name                 | Description                                                                            | Status                                        | Can run tests? |\n| -------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------- | -------------- |\n| Exchange             | Subgraph with trade events on the `LooksRareExchange`                                  | Deployed (Hosted Network + The Graph network) | ✅             |\n| LOOKS Distribution   | Subgraph with events related to the LOOKS token distribution across multiple contracts | Deployed (Hosted Network)                     | ✅             |\n| Royalty fee registry | Subgraph tracking collection royalty events from the `RoyaltyFeeRegistry` contract     | Deployed (Hosted Network)                     | ✅             |\n| Airdrop              | Subgraph to calculate LOOKS airdrop based on `WyvernExchange` adjusted volumes         | Deprecated                                    | ❌             |\n| EIP721               | Generic subgraph to track ERC-721 tokens                                               | Informational                                 | ❌             |\n| EIP1155              | Generic subgraph to track ERC-1155 tokens                                              | Informational                                 | ❌             |\n\n## Documentation\n\nThe documentation for **deployed subgraphs** is available [here](https://docs.looksrare.org/developers/category/subgraph-documentation).\n\n## Setup and deployment\n\nFor any of the subgraphs (referred to as `[subgraph]` on the `mainnet` network):\n\n1. Run the `cd subgraphs/[subgraph]` command to move to the subgraph directory.\n2. Run the `yarn codegen` command to prepare the TypeScript sources for the GraphQL (`./generated/*`).\n3. Run the `yarn build:mainnet` command to build the subgraph, and check compilation errors before deploying.\n4. Run `graph auth --product hosted-service '\u003cACCESS_TOKEN\u003e'` (for Hosted Service) or `graph auth --studio \u003cDEPLOY KEY\u003e'` (for The Graph network).\n5. Deploy via `yarn deploy:mainnet`.\n\n## Run tests\n\nUnit tests are written using the [Matchstick framework from LimeChain](https://github.com/LimeChain/matchstick).\n\nThe [Matchstick framework](https://thegraph.com/docs/en/developer/matchstick/) requires Postgres installed, [read more here.](https://github.com/LimeChain/matchstick#os-specific-release-binaries-%EF%B8%8F)\n\nFor any of the subgraph supporting tests (referred to as `[subgraph]`):\n\n1. Run the `cd subgraphs/[subgraph]` command to move to the subgraph directory.\n2. Run the `yarn codegen` command to prepare the TypeScript sources for the GraphQL (`./generated/*`).\n3. Run the `yarn build:mainnet` command to build the subgraph, and check compilation errors.\n4. Run the `yarn test` command to execute the tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flooksrare%2Fsubgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flooksrare%2Fsubgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flooksrare%2Fsubgraph/lists"}