# dodo-example **Repository Path**: Zhemin0929_admin/dodo-example ## Basic Information - **Project Name**: dodo-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-18 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DODO-Example Provide code examples for developers. Help developers quickly build Defi products with DODO ### Contents - How to integrate DODO-API with your own contract: [DODOApiEncapsulation.sol](https://github.com/DODOEX/dodo-example/blob/main/contracts/DODOApiEncapsulation.sol) - How to integrate DODOProxy and use your own contract to trade with DODOV1 and DODOV2 pool: [DODOProxyIntegrate.sol](https://github.com/DODOEX/dodo-example/blob/main/contracts/DODOProxyIntegrate.sol) - How to use DODOV2 free FlashLoan: [DODOFlashloan.sol](https://github.com/DODOEX/dodo-example/blob/main/contracts/DODOFlashloan.sol) - How to off-chain calculate the trading results of DODOV1 or DODOV2 pool using PMM algorithm: [pmmOffchainCalc.ts](https://github.com/DODOEX/dodo-example/blob/main/scripts/pmmOffchainCalc.ts)