diff --git a/README.md b/README.md index 8f042650..6954fe72 100644 --- a/README.md +++ b/README.md @@ -7,50 +7,21 @@ Innovative DEX with concentrated liquidity and customizable plugins.
- [Docs](#docs) -- [Versions](#versions) -- [Packages](#packages) - [Build](#build) - [Tests](#tests) -- [Tests coverage](#tests-coverage) -- [Deploy](#deploy) ## Docs The documentation page is located at: https://cryptoalgebra.gitbook.io/algebra-integral/ -## Versions - -Please note that different DEX-partners of our protocol may use different versions of the protocol. This repo contains the latest version: **Algebra Integral**. - -A page describing the versions used by partners can be found in the documentation: [partners page](https://docs.algebra.finance/en/docs/contracts/partners/introduction) - -Previous versions of the protocol have been moved to separate repositories: - -[Algebra V1.9](https://github.com/cryptoalgebra/AlgebraV1.9) - -[Algebra V1](https://github.com/cryptoalgebra/AlgebraV1) - -## Packages - -Core: https://www.npmjs.com/package/@cryptoalgebra/integral-core - -Periphery: https://www.npmjs.com/package/@cryptoalgebra/integral-periphery - -Basic plugin: https://www.npmjs.com/package/@cryptoalgebra/integral-base-plugin ## Build @@ -77,18 +48,3 @@ Tests for a specific module are run by the following command in the module folde $ npm run test ``` -## Tests coverage - -To get a test coverage for specific module, you need to run the following command in the module folder: - -``` -$ npm run coverage -``` - -## Deploy -Firstly you need to create `.env` file in the root directory of project as in `env.example`. - -To deploy all modules in specific network: -``` -$ node scripts/deployAll.js