๐ฑ Periphery smart contracts of DCA V2 by mean.finance
npm install @mean-finance/dca-v2-periphery


This repository contains the periphery smart contracts for the DCA V2 Protocol.
This repository is subject to the DCA V2 bug bounty program, per the terms defined here.
Check our docs at docs.mean.finance
- NPM Installation
``bash`
npm install @mean-finance/dca-v2-periphery
- Yarn installation
`bash`
yarn add @mean-finance/dca-v2-periphery
- Copy environment file
`bash`
cp .env.example .env
- Fill environment file with your information
`bash`
nano .env
`bash`
yarn test:unit
Will run all tests under test/unit
You will need to set up the development environment first, please refer to the development environment section.
`bash`
yarn test:integration
Will run all tests under test/integration
You will need to set up the development environment first, please refer to the development environment section.
`bash`
yarn deploy --network [network]
The plugin hardhat-deploy is used to deploy contracts.
The primary license for DCA V2 Periphery is the GNU General Public License v2.0 (GPL-2.0-or-later), see LICENSE.
- All files in contracts/mocks` remain unlicensed.