├── 0.web3_financial_infrastructure ├── dex_protocol │ ├── dex.sol │ ├── dexInfra │ │ ├── AMMData.sol │ │ ├── Algorithm.sol │ │ ├── Idatastore.sol │ │ ├── datastorage.sol │ │ ├── lptoken.sol │ │ └── swap.sol │ └── dex_protocol.md └── liquidity_protocol │ ├── bank.sol │ ├── bank0.sol │ ├── bank1.sol │ ├── bank2.sol │ ├── bank3.sol │ ├── liquidity_protocol.md │ └── product.md ├── LICENSE └── README.md /0.web3_financial_infrastructure/dex_protocol/dex.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dex.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dexInfra/AMMData.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dexInfra/AMMData.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dexInfra/Algorithm.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dexInfra/Algorithm.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dexInfra/Idatastore.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dexInfra/Idatastore.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dexInfra/datastorage.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dexInfra/datastorage.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dexInfra/lptoken.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dexInfra/lptoken.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dexInfra/swap.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dexInfra/swap.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/dex_protocol/dex_protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/dex_protocol/dex_protocol.md -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/bank.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/bank.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/bank0.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/bank0.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/bank1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/bank1.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/bank2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/bank2.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/bank3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/bank3.sol -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/liquidity_protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/liquidity_protocol.md -------------------------------------------------------------------------------- /0.web3_financial_infrastructure/liquidity_protocol/product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/0.web3_financial_infrastructure/liquidity_protocol/product.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oldwarma/Web3-Financial-Engineering-Courses-main/HEAD/README.md --------------------------------------------------------------------------------