Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 799 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 799 Bytes

Algebra Integral plugin template

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.

Docs

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

Installation

Clone this repository:

git clone https://github.com/cryptoalgebra/algebra-plugin-template --recursive
cd algebra-plugin-template

Install dependencies:

npm i