![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@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 21 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.