Quick Start with Dubhe Engine
Get up and running with Dubhe Engine to build your first fully on-chain Move application.Prerequisites
Before you begin, ensure you have the following installed:Installation
Install the Dubhe CLI globally using npm:Create Your First Project
- Initialize a new Dubhe project:
- Install dependencies:
- Start the local development environment:
- Start a local Sui network
- Deploy your contracts
- Start the development server
Project Structure
Your new Dubhe project includes:Next Steps
Contract Development
Learn to build Move contracts with Dubhe
ECS Architecture
Understand the Entity Component System
CLI Reference
Explore all CLI commands and options
DubheOS
Learn about the blockchain operating system
Common Commands
Here are the most frequently used Dubhe CLI commands:| Command | Description |
|---|---|
dubhe create <name> | Create a new Dubhe project |
dubhe dev | Start development environment |
dubhe build | Build your Move contracts |
dubhe test | Run contract tests |
dubhe deploy | Deploy to mainnet/testnet |
Getting Help
If you run into issues:- Check the CLI documentation
- Review the tutorials
- Join our Discord community
- Report bugs on GitHub