Core Contract of Clober DEX V2
All deployments can be found in the deployments directory.
- Base (chainId 8453):
0x8ca3a6f4a6260661fcb9a25584c796a1fa380112 - Arbitrum One (chainId 42161):
0x74ffe45757db60b24a7574b3b5948dad368c2fdf - Monad (chainId 143):
0x6657d192273731c3cac646cc82d5f28d0cbe8ccc
- We use Foundry. Follow the installation guide.
git clone https://github.com/clober-dex/v2-core && cd v2-core
forge installforge buildforge testforge fmtTo utilize the contracts, you can install the code in your repo with forge:
forge install https://github.com/clober-dex/v2-core- The primary license for Clober Core V2 is the Time-delayed Open Source Software Licence, see License file.
- Interfaces are licensed under MIT (as indicated in their SPDX headers).
- Some libraries have a GPL license.