This project is intended to simplify the process of creating a new plugin for Algebra Integral AMM. Along with the standard hardhat boilerplate, this repository includes a number of contracts that may be useful when creating a plugin.
The current documentation page is located at: https://cryptoalgebra.gitbook.io/
A separate subsection is devoted to the development of plugins: https://cryptoalgebra.gitbook.io/algebra-integral/plugins
Clone this repository:
git clone https://github.com/cryptoalgebra/algebra-plugin-template --recursive
cd algebra-plugin-template
Install dependencies:
npm i