Getting Started
Dive into smart contract development with this Getting Started tutorial.
📄️ Setup
Install and configure Rust and CLI to deploy smart contracts.
📄️ 1. Hello World
Create your first smart contract in Rust.
📄️ 2. Deploy to Testnet
Deploy a smart contract to a live test network.
📄️ 3. Storing Data
Write a smart contract that stores and retrieves data.
📄️ 4. Deploy the Increment Contract
Deploy the Increment contract to Testnet.