{"id":28561289,"url":"https://github.com/duneanalytics/projects","last_synced_at":"2025-07-21T03:02:51.318Z","repository":{"id":37089441,"uuid":"294015152","full_name":"duneanalytics/projects","owner":"duneanalytics","description":null,"archived":true,"fork":false,"pushed_at":"2024-07-02T04:51:07.000Z","size":5724,"stargazers_count":102,"open_issues_count":4,"forks_count":150,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-06-10T10:53:15.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duneanalytics.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-09-09T05:47:38.000Z","updated_at":"2025-01-23T17:09:54.000Z","dependencies_parsed_at":"2023-12-14T16:51:21.246Z","dependency_job_id":null,"html_url":"https://github.com/duneanalytics/projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duneanalytics/projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duneanalytics%2Fprojects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duneanalytics%2Fprojects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duneanalytics%2Fprojects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duneanalytics%2Fprojects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duneanalytics","download_url":"https://codeload.github.com/duneanalytics/projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duneanalytics%2Fprojects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266231762,"owners_count":23896472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-06-10T10:41:53.959Z","updated_at":"2025-07-21T03:02:51.311Z","avatar_url":"https://github.com/duneanalytics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PROJECT PAGES ARE DEPRECATED\n\nUse team profiles instead.\n\nAs a result, **we've stopped processing PRs in this repo.**\n\nThe projects must flow!\n\n--------\n\n# Dune Analytics Project Pages\n\nThis repository hosts the content rendered on [duneanalytics.com/projects](https://duneanalytics.com/projects). We welcome contributions to exisiting pages as well as entirely new pages.\n\n## Format\n\nEach page should have it's own folder within the `pages/` folder. The folder should contain two files with the same name as the folder, one with a `.md`-suffix and one with a `.svg` (high res, transparent `.png` also works, but `.svg` is preferred).\n\n### `project.md`\n\nThe data is formatted in a markdown file with a YAML frontmatter section. Consider the below example configuration for DAI which is saved in the `pages/dai/dai.md`-file:\n\n```markdown\n---\n# Name of the project. Also the URL i.e. duneanalytics.com/projects/dai.\nname: \"DAI\" \n\n# The name of the logo file. Should have the same name as the markdown file.\nlogo: \"dai.svg\"\n\n# The main color of the project. Remember to quote this value.\ncolor: \"#F4B731\"\n\n# List of relevant schemas you can query in dune.\nschemas: \n  - \"maker\"\n  - \"makermcd\"\n\n# List of relevant links to the project.\nlinks:\n  - name: \"Website\"\n    link: \"https://makerdao.com/en/\"\n  - name: \"Docs\"\n    link: \"https://docs.makerdao.com/\"\n  - name: \"Oasis\"\n    link: \"https://oasis.app/\"\n\n# List of applicable tags in Dune. These will link to e.g...\ntags:\n  - \"DAI\" # ...explore.duneanalytics.com/dashboards?tags=DAI\n  - \"makerdao\" # ...explore.duneanalytics.com/dashboards?tags=makerdao\n  - \"maker\"\n  - \"DeFi\"\n  \n# List of related projects. These projects must exist in this repo and the name...\nrelated: \n  - \"makerdao\" # ...should match like \"pages/makerdao/makerdao.md\".\n\n# List of relevant dashboard slugs prefixed with username\ndashboards:\n  - \"user1/maker-dao---mcd\"\n  - \"user2/makerdao-liquidations\"\n  - \"user3/dex-metrics\"\n\n# List of relevant query-ids.\nqueries:\n  - 855\n\n# List of visualizations to embed\nembeds:\n  - name: \"This is the name of the embed\"\n    link: \"https://explore.duneanalytics.com/embed/query/2165/visualization/4001?api_key=D8MK8HstMF3MsVksW83C1eGBrnGk8POh8EfFkUbv\" \n---\n\nThe Dai stablecoin is a decentralized, unbiased, collateral-backed cryptocurrency \nsoft-pegged to the US Dollar. Dai is held in cryptocurrency wallets or within \nplatforms, and is supported on Ethereum and other popular blockchains.\n\nDai is easy to generate, access, and use. Users generate Dai by depositing collateral \nassets into Maker Vaults within the Maker Protocol. This is how Dai is entered into \ncirculation and how users gain access to liquidity. Others obtain Dai by buying it \nfrom brokers or exchanges, or simply by receiving it as a means of payment.\n\n*From https://makerdao.com/en/whitepaper.*\n```\n\nThe lower part of the `.md`-file is a markdown area where you can write or borrow a description from a project. If you copy it, please link back to the page you quoted it from. Note that all the keys are mandatory, so if you have an empty queries field it should be listed as `queries: []`.\n\n### `project.svg`\n\nAdd the projects logo as a svg-file, or if that doesn't exist: a high resolution, transparent `project.png`-file will also work. Note that the logo should use dark text, as it will be rendered on a light background.\n\n## CODEOWNERS\n\nRepresentatives from the different projects may PR themselves into [CODEOWNERS](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners) file the different folders. You will then be granted write permissions, and merging pull requests to this folder will trigger a build of the dune analytics homepage, your project page included.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduneanalytics%2Fprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduneanalytics%2Fprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduneanalytics%2Fprojects/lists"}