Build on Sui
start building on Sui.
first: (Guides and Tutorials | Sui Documentation)
To get started, (Install Sui | Sui Documentation) to learn about prerequisites and steps to install Sui binaries.
After you install Sui, learn how to use the Sui Client CLI.
You can use the client to interact with a Devnet
Full node or your own local network.
Smart contracts#
Learn about how to Write Smart Contracts with Move, including how to write, build, test, and publish Move packages on Sui.
Programming with Objects#
Read about Programming with Objects, including the basics, working with objects, immutable objects, object ownership, and more.