{"id":42235340,"url":"https://github.com/clober-dex/v2-core","last_synced_at":"2026-01-27T03:17:24.549Z","repository":{"id":226156408,"uuid":"665180597","full_name":"clober-dex/v2-core","owner":"clober-dex","description":"Clober DEX V2 Core Solidity Contracts","archived":false,"fork":false,"pushed_at":"2026-01-20T12:55:30.000Z","size":3198,"stargazers_count":11,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-20T21:45:43.251Z","etag":null,"topics":["blockchain","clob","defi","dex","evm","orderbook","smart-contract","solidity"],"latest_commit_sha":null,"homepage":"https://www.clober.io","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clober-dex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_V2.pdf","code_of_conduct":null,"threat_model":null,"audit":"audits/Clober_V2.pdf","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":"2023-07-11T16:01:36.000Z","updated_at":"2026-01-20T12:55:34.000Z","dependencies_parsed_at":"2024-09-09T06:23:20.113Z","dependency_job_id":"dc74aa0c-4b02-4364-ae14-46c8b3551137","html_url":"https://github.com/clober-dex/v2-core","commit_stats":null,"previous_names":["clober-dex/v2-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clober-dex/v2-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clober-dex%2Fv2-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clober-dex%2Fv2-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clober-dex%2Fv2-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clober-dex%2Fv2-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clober-dex","download_url":"https://codeload.github.com/clober-dex/v2-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clober-dex%2Fv2-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28798790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blockchain","clob","defi","dex","evm","orderbook","smart-contract","solidity"],"created_at":"2026-01-27T03:17:24.444Z","updated_at":"2026-01-27T03:17:24.522Z","avatar_url":"https://github.com/clober-dex.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clober V2\n\n[![Docs](https://img.shields.io/badge/docs-%F0%9F%93%84-blue)](https://docs.clober.io/)\n[![CI status](https://github.com/clober-dex/v2-core/actions/workflows/test.yaml/badge.svg)](https://github.com/clober-dex/v2-core/actions/workflows/test.yaml)\n[![Discord](https://img.shields.io/static/v1?logo=discord\u0026label=discord\u0026message=Join\u0026color=blue)](https://discord.com/invite/clober-coupon-finance)\n[![Twitter](https://img.shields.io/static/v1?logo=twitter\u0026label=twitter\u0026message=Follow\u0026color=blue)](https://twitter.com/CloberDEX)\n\nCore Contract of Clober DEX V2\n\n## Table of Contents\n\n- [Clober V2](#clober-v2)\n    - [Table of Contents](#table-of-contents)\n    - [Deployments](#deployments)\n    - [Install](#install)\n    - [Usage](#usage)\n        - [Tests](#tests)\n        - [Linting](#linting)\n        - [Library](#library)\n    - [Licensing](#licensing)\n\n## Deployments\n\nAll deployments can be found in the [deployments](./deployments) directory.\n\n### Recent `BookManager` deployments\n\n- **Base (chainId 8453)**: `0x8ca3a6f4a6260661fcb9a25584c796a1fa380112`\n- **Arbitrum One (chainId 42161)**: `0x74ffe45757db60b24a7574b3b5948dad368c2fdf`\n- **Monad (chainId 143)**: `0x6657d192273731c3cac646cc82d5f28d0cbe8ccc`\n\n## Install\n\n### Prerequisites\n- We use [Foundry](https://github.com/foundry-rs/foundry). Follow the [installation guide](https://github.com/foundry-rs/foundry#installation).\n\n### Installing From Source\n\n```bash\ngit clone https://github.com/clober-dex/v2-core \u0026\u0026 cd v2-core\nforge install\n```\n\n## Usage\n\n### Build\n\n```bash\nforge build\n```\n\n### Tests\n\n```bash\nforge test\n```\n\n### Formatting\n\n```bash\nforge fmt\n```\n\n### Library\nTo utilize the contracts, you can install the code in your repo with forge:\n```bash\nforge install https://github.com/clober-dex/v2-core\n```\n\n## Licensing\n- The primary license for Clober Core V2 is the Time-delayed Open Source Software Licence, see [License file](LICENSE_V2.pdf).\n- Interfaces are licensed under MIT (as indicated in their SPDX headers).\n- Some [libraries](src/libraries) have a GPL license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclober-dex%2Fv2-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclober-dex%2Fv2-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclober-dex%2Fv2-core/lists"}