{"id":21763367,"url":"https://github.com/complexlity/tally-daos","last_synced_at":"2025-03-21T04:44:28.389Z","repository":{"id":225126635,"uuid":"763427865","full_name":"Complexlity/tally-daos","owner":"Complexlity","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-01T13:35:40.000Z","size":245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T01:28:30.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tally-daos.vercel.app","language":"TypeScript","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/Complexlity.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}},"created_at":"2024-02-26T09:22:59.000Z","updated_at":"2024-02-29T11:12:04.000Z","dependencies_parsed_at":"2024-02-29T13:07:09.195Z","dependency_job_id":null,"html_url":"https://github.com/Complexlity/tally-daos","commit_stats":null,"previous_names":["complexlity/tally-daos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ftally-daos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ftally-daos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ftally-daos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ftally-daos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Complexlity","download_url":"https://codeload.github.com/Complexlity/tally-daos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739939,"owners_count":20501990,"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":"2024-11-26T12:15:06.059Z","updated_at":"2025-03-21T04:44:28.365Z","avatar_url":"https://github.com/Complexlity.png","language":"TypeScript","readme":"## Tally Active Daos\n\n- Query https://www.tally.xyz/api/search-daos\n(returns {governances: [...]} )\n\nFound in [src/utils/getActiveProposalsOrganizations.ts](src/utils/getActiveProposalsOrganizations.ts)\n\n**Update**:\nThe search-daos api route does not display all the active organizations. Using this endpoint instead:\n\n`\nquery ExploreOrgs($input: OrganizationsInput!) {\n  organizations(input: $input) {\n    nodes {\n      ... on Organization {\n        id\n        slug\n        name\n        chainIds\n        proposalsCount\n        activeProposalsCount\n        tokenHoldersCount\n        votersCount\n        governorIds\n        metadata {\n          icon\n        }\n      }\n    }\n    pageInfo {\n      firstCursor\n      lastCursor\n    }\n  }\n}\n`\nFound in: [src/utils/getOrganizations.ts](src/utils/getOrganizations.ts)\n\n- Clean data\n\n- Query Proposals with each chain id using the gql query below\n```\nquery GovernanceProposals( $chainId: ChainID!,  $governanceIds: [AccountID!]) {\n  proposals(\n    chainId: $chainId\n    governanceIds: $governanceIds\n  ) {\n    id\n    description\n    statusChanges {\n      type\n    }\n    block {\n      timestamp\n    }\n    voteStats {\n      votes\n      weight\n      support\n      percent\n    }\n\n    governance {\n      id\n      quorum\n      name\n      timelockId\n      organization {\n        metadata {\n          icon\n        }\n      }\n      tokens {\n        decimals\n      }\n    }\n    tallyProposal {\n      id\n      createdAt\n      status\n    }\n  }\n}\n```\n\nFound in [src\\utils\\getActiveProposals.ts](src\\utils\\getActiveProposals.ts)\n\n\n- Display on frame image for user\n\n## Current State\n- Some daos (optimism, reflex, etc) does not reflect the correct data due to syncing\n-\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplexlity%2Ftally-daos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplexlity%2Ftally-daos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplexlity%2Ftally-daos/lists"}