Navigate between pages

Building with Sui DeepBook: A DeFi Tutorial using the Move Language

Building with Sui DeepBook: A DeFi Tutorial using the Move Language

This tutorial teaches developers to build with Sui DeepBook, a decentralized exchange (DEX) protocol within the Sui ecosystem. It covers setting up the environment, building and testing a Sui DeepBook contract using Move language, handling liquidity pools, custodian accounts, and trading operations.

Learning Objective

Set up a development environment for Sui DeepBook.
Build a Sui DeepBook contract with liquidity pool creation, custodian account management, and trading operations.
Test the Sui DeepBook contract using the Sui CLI.

50 minutes