michelson
: Compiled michelson code.simulations
: Scenarios to explain the working of router and factory contractstableSwapDeployer
: StableSwap AMM contract along with Factory contract for deploymenttokenDeployer
: FA1.2 Standard token Contract for LP Positions along with Factory contract for deploying new LP tokensvolatileSwapDeployer
: Volatile AMM contract along with Factory contract for deployment
All contracts are written in SmartPy. Refer to their elaborate documentation for further understanding.
stableDeployer
: Factory Contract for deploying stableSwap pairsstableSwap
: AMM which facilitates the trading of assets which have similar underlying valuetokenContract
: FA1.2 based token contract which represents liquidity positions for stable as well as volatileSwaptokenDeployer
: Factory contract which deploys LP position and is responsible for deploying stable and volatile trading pairsvolatileDeployer
: Factory Contract for deploying volatile pairsvolatileSwap
: Uniswap V2 inspired AMM which facilitates the trading of volatile assetsRouter
: An intermediate contract which helps in trading of tokens across different volatile and stable pairs