{"id":19864391,"url":"https://github.com/balmy-protocol/dca-v2-core-beta","last_synced_at":"2025-10-15T20:57:19.927Z","repository":{"id":113971556,"uuid":"431875835","full_name":"Balmy-protocol/dca-v2-core-beta","owner":"Balmy-protocol","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-06T15:26:48.000Z","size":1270,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T00:30:19.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Balmy-protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audits/Pessimistic.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-25T14:33:13.000Z","updated_at":"2021-12-29T06:16:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e39d1df-0d3e-435b-86a6-1d9e0e0d88bb","html_url":"https://github.com/Balmy-protocol/dca-v2-core-beta","commit_stats":null,"previous_names":["balmy-protocol/dca-v2-core-beta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Balmy-protocol/dca-v2-core-beta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v2-core-beta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v2-core-beta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v2-core-beta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v2-core-beta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balmy-protocol","download_url":"https://codeload.github.com/Balmy-protocol/dca-v2-core-beta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v2-core-beta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279116407,"owners_count":26107248,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":[],"created_at":"2024-11-12T15:18:31.506Z","updated_at":"2025-10-15T20:57:19.898Z","avatar_url":"https://github.com/Balmy-protocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DCA V2\n\n[![Lint](https://github.com/Mean-Finance/dca-v2-core-beta/actions/workflows/lint.yml/badge.svg)](https://github.com/Mean-Finance/dca-v2-core-beta/actions/workflows/lint.yml)\n[![Tests (unit, integration, e2e)](https://github.com/Mean-Finance/dca-v2-core-beta/actions/workflows/tests.yml/badge.svg)](https://github.com/Mean-Finance/dca-v2-core-beta/actions/workflows/tests.yml)\n[![npm version](https://img.shields.io/npm/v/@mean-finance/dca-v2-core-beta/latest.svg)](https://www.npmjs.com/package/@mean-finance/dca-v2-core-beta/v/latest)\n\nThis repository contains the core smart contracts for the DCA V2 Protocol.\n\n## ⚠️ Audit\n\nThese contracts have been audited. Read all performed audits in [here](./audits).\n\n## 💰 Bug bounty\n\nThis repository is subject to the DCA V2 bug bounty program, per the terms defined [here](./BUG_BOUNTY.md).\n\n## 📖 Docs\n\nCheck our docs at [docs.mean.finance](https://docs.mean.finance)\n\n## 📦 NPM/YARN Package\n\n- NPM Installation\n\n```bash\nnpm install @mean-finance/dca-v2-core\n```\n\n- Yarn installation\n\n```bash\nyarn add @mean-finance/dca-v2-core\n```\n\n## 👨‍💻 Development environment\n\n- Copy environment file\n\n```bash\ncp .env.example .env\n```\n\n- Fill environment file with your information\n\n```bash\nnano .env\n```\n\n## 🧪 Testing\n\n### Unit\n\n```bash\nyarn test:unit\n```\n\nWill run all tests under [test/unit](./test/unit)\n\n### E2E\n\n```bash\nyarn test:e2e\n```\n\nWill run all tests under [test/e2e](./test/e2e)\n\n### Integration\n\nYou will need to set up the development environment first, please refer to the [development environment](#-development-environment) section.\n\n```bash\nyarn test:integration\n```\n\nWill run all tests under [test/integration](./test/integration)\n\n## 🚢 Deployment\n\nYou will need to set up the development environment first, please refer to the [development environment](#-development-environment) section.\n\n```bash\nyarn deploy --network [network]\n```\n\nThe plugin `hardhat-deploy` is used to deploy contracts.\n\n## Licensing\n\nThe primary license for DCA V2 is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE).\n\n### Exceptions\n\n- All files in `contracts/interfaces/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/interfaces/LICENSE`](./contracts/interfaces/LICENSE)\n- All files in `contracts/libraries/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/libraries/LICENSE`](./contracts/libraries/LICENSE)\n- All files in `contracts/mocks` remain unlicensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalmy-protocol%2Fdca-v2-core-beta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalmy-protocol%2Fdca-v2-core-beta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalmy-protocol%2Fdca-v2-core-beta/lists"}