Getting Started with Cedra
Cedra is the first community-owned Layer-1 blockchain built on the Move language that lets anyone spin up and govern their own sovereign networks. Designed as a public good, Cedra fuses protocol development, funding, and growth into open collaboration among core contributors, a non-profit foundation, and a worldwide guild of builders.
Congratulations! Cedra testnet is now live and available for testing and development.
🚀 Testnet API Endpoint: https://testnet.cedra.dev/v1
🔍 Explore the Network
- 👥 Check Validators: View current validator set
- 🪙 Cedra Coin Info: Default coin information
📚 Ready to Build?
If you want to dive deeper, check our full node documentation and learn how to get test tokens from our faucet.
1. 🛠️ Install CLI
Start by installing the Cedra Command Line Interface, which is essential for all development activities.
2. 🔧 Set Up IDE Extension
Install Move language support for your preferred IDE to get syntax highlighting, code completion, and error detection.
For VSCode:
- Install the Move Language Extension from the marketplace
For JetBrains IDEs:
- Install the Move Language Plugin for IntelliJ IDEA, CLion, or other JetBrains IDEs
3. 🚀 Initialize Your First Project
Create your first Move project to start building smart contracts.
cedra move init --name first_smart_contract
This command creates a new Move project with the basic structure needed for smart contract development.
4. 💰 Get Test Tokens
Learn about faucets and how to get test tokens for development and testing.
5. 📚 Explore Real World Guides
Ready to build something practical? Check out our comprehensive guides for building real applications.
Next Steps
Once you've completed the getting started guides:
- Build Your First App: Follow our Counter guide to build first app
- Explore Architecture: Learn about Cedra's architecture and design principles
- Read the Handbook: Check out our Handbook for Newcomers for deeper understanding of Cedra concepts
- Join the Community: Connect with other developers and get support