Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.28 KB

index.md

File metadata and controls

24 lines (19 loc) · 1.28 KB
title
Building Sui

Now that you've learned about Sui, it's time to start building.

Workflow

Here is our recommended workflow to interact with Sui:

  1. Install all of the required tools.
  2. Write smart contracts with Move:
    1. Write a package.
    2. Build and test a package.
    3. Debug and publish a package.
  3. Create and Start a local Sui network.
  4. Start a local JSON-RPC Gateway server.
  5. Connect to the Sui network Gateway service with the Sui CLI client.
  6. Build dApps:
    1. Use Sui RPC Server and JSON-RPC API to interact with a local Sui network.
    2. Employ SuiJSON format to align JSON inputs more closely with Move call arguments.
  7. Run a Sui Fullnode and subscribe to events.

Find answers to common questions about our roadmap and more in our FAQ.