Getting Started
Want to build on the Supra Move blockchain? You’ve come to the right place!
We’ll take you through all you need to deploy your first Supra Move contract from scratch, all in four broad stages:
- First, we will install docker and the Supra CLI.
- Then we’ll complete the initial setup.
- Then we’ll use the testnet faucet.
- Finally, we’ll deploy your first Move contract on Supra.
The Supra CLI includes easy commands for the Supra Move network that make it beginner friendly and easy to use. If you get stuck anywhere or face any issues, please reach out to us on Discord .
For the latest RPC URL, please refer to the Supra Network Information page.
Learn how to use Docker to run Supra tools.
Getting the Supra CLI up and running with Docker.
Learn how to generate and manage your Supra accounts.
Get free test tokens to start building on Supra.
Step-by-step guide to writing and publishing your first Move package.
Build a simple frontend for your Move smart contract.