Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 912 Bytes

index.md

File metadata and controls

23 lines (13 loc) · 912 Bytes
title
Build on Sui

The topics in this section provide information and guidance to help you start building on Sui.

Get started

To get started, see Install 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.

Sui Full node

Learn how to set up and run a Sui Full node.