
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@mean-finance/dca-v2-core
Advanced tools
This repository contains the core smart contracts for the DCA V2 Protocol.
These contracts have been audited. Read all performed audits in here.
This repository is subject to the DCA V2 bug bounty program, per the terms defined here.
Check our docs at docs.mean.finance
npm install @mean-finance/dca-v2-core
yarn add @mean-finance/dca-v2-core
cp .env.example .env
nano .env
yarn test:unit
Will run all tests under test/unit
yarn test:e2e
Will run all tests under test/e2e
You will need to set up the development environment first, please refer to the development environment section.
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.
yarn deploy --network [network]
The plugin hardhat-deploy
is used to deploy contracts.
The primary license for DCA V2 is the Business Source License 1.1 (BUSL-1.1
), see LICENSE
.
contracts/interfaces/
are licensed under GPL-2.0-or-later
(as indicated in their SPDX headers), see contracts/interfaces/LICENSE
contracts/libraries/
are licensed under GPL-2.0-or-later
(as indicated in their SPDX headers), see contracts/libraries/LICENSE
contracts/mocks
remain unlicensed.FAQs
Core smart contracts of DCA v2 by mean.finance
The npm package @mean-finance/dca-v2-core receives a total of 143 weekly downloads. As such, @mean-finance/dca-v2-core popularity was classified as not popular.
We found that @mean-finance/dca-v2-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.