{"id":22895673,"url":"https://github.com/bitman310/dune-analytics","last_synced_at":"2025-05-12T15:43:59.666Z","repository":{"id":265777873,"uuid":"896625789","full_name":"bitman310/Dune-Analytics","owner":"bitman310","description":"Dune Analytics: A collection of SQL queries and interactive dashboards created on Dune for analyzing blockchain data, including DeFi protocols, NFTs, token transfers, and DAO activities.","archived":false,"fork":false,"pushed_at":"2024-11-30T21:35:56.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T23:37:57.822Z","etag":null,"topics":["blockchain","defi-protocols","dune","dune-analytics","nfts","sql-queries"],"latest_commit_sha":null,"homepage":"","language":null,"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/bitman310.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-30T21:34:30.000Z","updated_at":"2025-01-21T05:39:54.000Z","dependencies_parsed_at":"2024-11-30T22:38:24.534Z","dependency_job_id":"aedc3b62-94b0-4a01-9604-985b84479293","html_url":"https://github.com/bitman310/Dune-Analytics","commit_stats":null,"previous_names":["bitman310/dune-analytics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman310%2FDune-Analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman310%2FDune-Analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman310%2FDune-Analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman310%2FDune-Analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitman310","download_url":"https://codeload.github.com/bitman310/Dune-Analytics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767427,"owners_count":21961107,"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":["blockchain","defi-protocols","dune","dune-analytics","nfts","sql-queries"],"created_at":"2024-12-13T23:31:09.318Z","updated_at":"2025-05-12T15:43:59.606Z","avatar_url":"https://github.com/bitman310.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dune-Analytics\nA collection of SQL queries and interactive dashboards created on Dune for analyzing blockchain data, including DeFi protocols, NFTs, token transfers, and DAO activities.\n\n## Features  \n- Prebuilt queries for DeFi, NFT, and DAO analytics.  \n- Dashboards to visualize key metrics and trends.  \n- Supports Ethereum and other EVM-compatible chains.  \n- Easy-to-modify SQL queries for custom insights.  \n\n## Dashboards  \nExplore the dashboards on Dune:  \n- [DeFi Analytics](https://dune.com/yourusername/defi-dashboard)  \n- [NFT Market Trends](https://dune.com/yourusername/nft-dashboard)  \n- [DAO Governance Insights](https://dune.com/yourusername/dao-dashboard)  \n\n## How to Use  \n1. Visit the respective dashboard link above.  \n2. Fork or modify the queries to suit your use case.  \n3. Visualize data and export results as needed.  \n\n## Query Examples  \n### Total Volume on Uniswap  \n```sql  \nSELECT  \n  date_trunc('day', block_time) AS day,  \n  SUM(volume_usd) AS total_volume  \nFROM  \n  swaps  \nWHERE  \n  platform = 'Uniswap'  \nGROUP BY  \n  day  \nORDER BY  \n  day;\n```\n\n### Active Wallets in the Last 7 Days\n```sql\nSELECT  \n  COUNT(DISTINCT wallet_address) AS active_wallets  \nFROM  \n  transactions  \nWHERE  \n  block_time \u003e= current_date - interval '7 days';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitman310%2Fdune-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitman310%2Fdune-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitman310%2Fdune-analytics/lists"}