![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-v1
Advanced tools
This repository contains all the smart contracts pertaining to DCA V1 Protocol.
These contracts have not been audited yet, use at your own risk.
This repository is subject to the DCA V1 bug bounty program, per the terms defined here.
Documentations live under docs.mean.finance
For detailed instructions on how to execute our keep3r job go to docs.mean.finance
npm --save-dev --save-exact @mean-finance/dca-v1
yarn add --dev --exact @mean-finance/dca-v1
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 V1 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.1.0.1 (2021-08-04)
FAQs
💱 Core smart contracts of DCA V1 by mean.finance
The npm package @mean-finance/dca-v1 receives a total of 1 weekly downloads. As such, @mean-finance/dca-v1 popularity was classified as not popular.
We found that @mean-finance/dca-v1 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.