![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.