Chapters (28)
Lecture 1

Why DEX

Why should we develop the chapter "DEX Development Practice"in the previous two chapters "Beginners", we helped the team understand some basic poin...

Lecture 2

What is a Decentralized Exchange (DEX)?

Author of this section: @Fishin this talk, we will introduce what a decentralized exchange (DEX) is, as well as some of its key characteristics and...

Lecture 3

Uniswap Code Analysis

Author of this section: @ Web3Pignard in this talk, we officially entered the code parsing of Uniswap, to be precise, Uniswap V3. By reading this s...

Lecture 4

Wtfswap overall design

Author of this section: @Fishin the above few lectures we have roughly introduced DEX, analyzed what we are likely to do, and referenced the contra...

Lecture 5

Wtfswap contract design

Author of this section: @Web3Pignard @Fishthis lecture will design the structure of the overall contract, define the interfaces of each contract, ...

Lecture 6

Initialize the contract and development environment

Author of this section: @Fishin this talk, we will initialize the contract in the local development environment and officially start the developmen...

Lecture 7

Factory Contract Development

Author of this section: @mocha.wiz @Fishthis talk we will guide you through Factory.sol development of contracts. Contract Introduction in our c...

Lecture 8

PoolManager contract development

Author of this section: @yeezo , @Ethan this talk we will guide you through PoolManager.sol development of contracts. Contract Introduction PoolM...

Lecture 9

Pool contract LP related interface development

Author of this section: @Fishthis will be achieved. Pool the contract involves interfaces related to LP (liquidity provider), including adding li...

Lecture 10

Pool contract swap interface development

Author of this section: @Fishthis will be achieved. Pool in the contract swap trading methods. Contract Introduction in the previous lecture, we ...

Lecture 11

Pool contract transaction fee logic development

Author of this section: @Fishthis will be achieved. Pool the logic of the fee charged in the contract. Introduction in addition to the need to con...

Lecture 12

PositionManager contract development

Author of this section: @Fishthis will be achieved. PositionManager contract. Contract Introduction PositionManager contracts are not a core feat...

Lecture 13

SwapRouter contract development

Author of this section: @mocha.wiz @Fishthis talk we will guide you through SwapRouter.sol development of contracts. Contract Introduction SwapR...

Lecture 14

Initialize front-end code and technical analysis

Author of this section: @Fishthis lecture will initialize the front-end code, build the basic UI framework, and do a preliminary technical analysis...

Lecture 15

Header UI Development

Author of this section: @Fishin this talk, let's implement the UI of the Layout header of Wtfswap. The design draft is as follows: the style is rel...

Lecture 16

Support connection chain

Author of this section: @Fishin this lecture, we will support linking blocks through wallets. You can also refer to the previous basic courses. Con...

Lecture 17

Swap page UI development

Author of this section: @ Xiaofu in this lecture, we will implement the UI of the Swap part of Wtfswap. The design draft is as follows: the Swap pa...

Lecture 18

Pool inventory page UI development

Author of this section: @Fishin this talk, we will implement the UI page development of Wtfswap's trading pool list. Framework building first, let'...

Lecture 19

Add Pool page UI development

Author of this section: @Fishin this talk, we will implement the UI of Wtfswap adding transaction pop-up window. Add pop-up window we refer to the ...

Lecture 20

View Liquidity Page UI Development

Author of this section: @Fishin this talk, we will implement the UI page development of Wtfswap's liquidity (position) list. Framework building fir...

Lecture 21

Add liquidity pop-up UI development

Author of this section: @Fishin this talk, we will implement the UI of Wtfswap adding liquidity (position) pop-up window. Add pop-up window we refe...

Lecture 22

Front-end and chain interaction preparation

Author of this section: @Fishat the beginning of this lecture, we will prepare the related work of front-end and chain coordination, and prepare fo...

Lecture 23

Support viewing and creating transaction pools

Author of this section: @Fishat the beginning of this talk, we will develop the logic related to the front-end call contract, starting with support...

Lecture 24

Support for managing liquidity

Author of this section: @Fishthis lecture will complete the logic of obtaining liquidity lists, adding liquidity, removing liquidity, and extractin...

Lecture 25

Implementing the Swap Function

Author of this section: @Fishthis talk will complete the transaction-related logic, including the transaction's request for quotations, specified i...

Lecture 26

Contract optimization and security

Author of this section: @Fishvulnerability List Contribution: @Fish, @Ethan this lecture will briefly talk about contract security, and you are als...

Lecture 27

Deploy Wtfswap contract

Author of this section: @Fishin this lecture, we will deploy Wtfswap to the test network Sepolia to formally complete our course. Contract Deployme...

Lecture 28

LICENSE

MIT LicenseCopyright (c) 2024 WTF AcademyCopyright (c) 2025 ZAN (Modified Portions)Permission is hereby granted, free of charge, to any person obta...