1.0.0 • Published 9 months ago

@cryptoalgebra/v1-core v1.0.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
9 months ago

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.