@cryptoalgebra/integral-core
v1.2.0
Published
Core smart contracts of Algebra Integral
Downloads
6,673
Keywords
Readme
Algebra
This directory contains the core smart contracts for the Algebra DEX. For higher level contracts, see the periphery
directory.
License
Licenses for smart contracts are specified in SPDX headers. A key part of the Core contracts is under BUSL-1.1 (Business Source License 1.1).
Most of the interfaces in ./contracts/interfaces
are based on UniswapV3 core interfaces and retain the GPL-2.0 or later license. This is reflected in the appropriate comments in the interface files.
Part of the libraries in ./contracts/libraries
are based on UniswapV3 core libraries and retain the GPL-2.0 or later license. This is reflected in the appropriate comments in the libraries files.