{"id":19864381,"url":"https://github.com/balmy-protocol/dca-v1","last_synced_at":"2025-05-02T05:31:12.156Z","repository":{"id":46599665,"uuid":"361843697","full_name":"Balmy-protocol/dca-v1","owner":"Balmy-protocol","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-04T13:07:57.000Z","size":2308,"stargazers_count":26,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-22T10:12:20.449Z","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-26T17:52:41.000Z","updated_at":"2022-10-24T13:39:19.000Z","dependencies_parsed_at":"2022-08-24T21:41:16.433Z","dependency_job_id":null,"html_url":"https://github.com/Balmy-protocol/dca-v1","commit_stats":null,"previous_names":["balmy-protocol/dca-v1","mean-finance/dca-v1"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balmy-protocol%2Fdca-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balmy-protocol","download_url":"https://codeload.github.com/Balmy-protocol/dca-v1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251992748,"owners_count":21677020,"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-12T15:18:30.334Z","updated_at":"2025-05-02T05:31:07.147Z","avatar_url":"https://github.com/Balmy-protocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DCA V1\n\n[![Lint](https://github.com/Mean-Finance/dca-v1/actions/workflows/lint.yml/badge.svg)](https://github.com/Mean-Finance/dca-v1/actions/workflows/lint.yml)\n[![Tests (unit, integration, e2e)](https://github.com/Mean-Finance/dca-v1/actions/workflows/tests.yml/badge.svg)](https://github.com/Mean-Finance/dca-v1/actions/workflows/tests.yml)\n[![npm version](https://img.shields.io/npm/v/@mean-finance/dca-v1/latest.svg)](https://www.npmjs.com/package/@mean-finance/dca-v1/v/latest)\n\nThis repository contains all the smart contracts pertaining to DCA V1 Protocol.\n\n## ⚠️ Audit\n\nThese contracts have not been audited yet, use at your own risk.\n\n## 💰 Bug bounty\n\nThis repository is subject to the DCA V1 bug bounty program, per the terms defined [here](./BUG_BOUNTY.md).\n\n## 📖 Docs\n\nDocumentations live under [docs.mean.finance](https://docs.mean.finance)\n\n## 🛠️ Keeper Job\n\nFor detailed instructions on how to execute our keep3r job go to [docs.mean.finance](https://docs.mean.finance/guides/keep3r-job)\n\n## 📦 NPM/YARN Package\n\n- NPM Installation\n\n```bash\nnpm --save-dev --save-exact @mean-finance/dca-v1\n```\n\n- Yarn installation\n\n```bash\nyarn add --dev --exact @mean-finance/dca-v1\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 V1 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-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalmy-protocol%2Fdca-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalmy-protocol%2Fdca-v1/lists"}