a decrentralized finance application for optimal stablecion swaps.
- Swap between DAI, USDC, USDT, and TUSD
- Provide liquidity
- DAO operated
git clone https://github.com/swervefi/swerve.git
cd swerve
npm install
lerna bootstrapThis repository has the following structure:
.
├── config # Infrastructure files
├── docs # Detailed developer documentation
└── packages
├── swerve-contracts # Solidity and Vyper files
└── ...
└── swerve-ui # Swerve website and dAppA paragraph or so here about the system as a whole. Doesn't need to be too detailed.
Logical system components. Don't get into the individual details of each smart contract here - just go over the system as a whole and how the main parts interact with each other, including what is accessed from the UI.
Here we will go over the UI, what we can access from it, in a general overview sense. The UI will be fully detailed inside the swerve-ui package.
Once we create the Solidity interfaces for the Vyper contracts, explain here how they work and what to use them for.
List individual Vyper smart contracts here, and describe what they do, and how they interact with other smart contracts.
List individual Solidity smart contract here, and describe what they do, and how they interact with other smart contracts.