SyncSwap is a seamless and efficient decentralized exchange on the zkSync Era, featuring the future-proofing multi-pool design to allow the integration of various pool models.
This repository contains the core contracts of the SyncSwap protocol. For an overview of the architecture, see the API documentation.
To build artifacts, please make sure you have Yarn installed.
$ yarn
$ yarn build
$ yarn test
This repository is designed for the zkSync Era. To build artifacts for the zkSync Era run:
$ yarn build-zk
Most repository files are licensed under the GNU Affero General Public License v3.0 (GPL v3).