Get started
Use this beginner-friendly guide to start building on Sei.
The
seid
command is a command-line tool to interact with the Sei blockchain. Follow the initialization script to to run a cluster locally with a single validator node and 50 preconfigured wallet accounts.
Follow the counter app tutorial to write and deploy a simple Rust smart contract to your local version of Sei
Sei supports CosmWasm 1.0.0+ smart contracts. Older versions of CosmWasm will have errors getting deployed
Follow the testnet deployment tutorial to deploy the counter app to the atlantic-2 testnet, and update the frontend to interact with that
Last modified 1mo ago