{"id":37475113,"url":"https://github.com/aboutcircles/circles-groups","last_synced_at":"2026-01-16T07:20:37.777Z","repository":{"id":244059741,"uuid":"813654370","full_name":"aboutcircles/circles-groups","owner":"aboutcircles","description":"A collection of possible group templates for Circles groups","archived":false,"fork":false,"pushed_at":"2025-12-19T13:47:07.000Z","size":18256,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-12-22T05:36:22.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","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/aboutcircles.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-11T13:43:12.000Z","updated_at":"2025-12-19T13:47:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"64162631-15a4-46c4-8cff-47f02de5b2c1","html_url":"https://github.com/aboutcircles/circles-groups","commit_stats":null,"previous_names":["aboutcircles/circles-groups"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aboutcircles/circles-groups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcircles%2Fcircles-groups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcircles%2Fcircles-groups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcircles%2Fcircles-groups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcircles%2Fcircles-groups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutcircles","download_url":"https://codeload.github.com/aboutcircles/circles-groups/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcircles%2Fcircles-groups/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":"2026-01-16T07:20:37.612Z","updated_at":"2026-01-16T07:20:37.736Z","avatar_url":"https://github.com/aboutcircles.png","language":"Solidity","funding_links":[],"categories":["Protocol \u0026 Architecture"],"sub_categories":["Developer Demos"],"readme":"# Circles Groups: Templates for building groups on Circles\n\n## Type 1: Base Groups\n\nThis repository implements a new type of group for the Circles v2 protocol - Base Groups. A Base Group allows a group of trusted members to pool their personal Circles (pCRC) tokens into a shared group currency (gCRC). The group maintains a treasury where all deposited pCRC collateral is held and can be redeemed via transitive transfer for gCRC tokens. This creates a more stable and liquid local currency backed by a diversified pool of personal Circles.\n\nThe Base Group contracts extend the Circles v2 groups functionality with optional mint handler. With membership conditions in Base Group on-chain conditions can be enforced for trusting new members (owner can bypass), and BaseTreasury presented as a vertix on a graph allows gCRC to flow over the Circles trust graph without people directly trusting the groups. Groups are deployed through a factory contract that ensures standardized setup and initialization.\n\n## Repository Structure\n\n### Core Contracts (`/src`)\n\nThe main implementation consists of several key components:\n\n- **Base Group (`/base-group`)**: The main group contract that consists treasury, minting policy and handler, coordinates membership. Includes:\n  - `BaseGroup.sol`: Base group contract implementing group functionality\n  - `BaseTreasury.sol`: Holds pCRC collateral and allows its redemption via transitive transfers\n  - `BaseMintPolicy.sol`: Base mint policy always allows to mint and burn gCRC\n  - `BaseMintHandler.sol`: Handles minting of gCRC against pCRC collateral via transitive transfers\n  - `BaseGroupFactory.sol`: Factory contract for standardized deployment of new Base Groups\n\n- **Membership Conditions (`/membership-conditions`)**: Pluggable contracts that enforce requirements for group membership\n\n### Support Code\n\n- **Tests (`/test/base-group`)**: Comprehensive test suite\n- **Scripts (`/scripts/base-group`)**: Deployment scripts\n\n## Setup \u0026 Development\n\nThe repository uses Foundry for development. Key commands:\n\n```shell\n# Install dependencies\nforge install\n\n# Run tests\nforge test\n\n# Build contracts\nforge build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutcircles%2Fcircles-groups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutcircles%2Fcircles-groups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutcircles%2Fcircles-groups/lists"}