Cross Chain Yield Aggregator Defi protocol through which user can deposit their underlying asset from the source chain to the destination chain via a single transaction.
This is a mono repo which contains three main directories -
solidity
- This directory contains all the smart contract Logic of the protocol.frontend
- Contains the front end code of the protocol.ConnextSDKAPI
- Contains the API code for connextSDK to providerelayerFee
,originSlippage
anddestinationSlippage
.
Note: Setup README can be found inside the respective directories.