Skip to main content

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:
Verify the installation:

Create Your First Project

  1. Initialize a new Dubhe project:
  1. Install dependencies:
  1. Start the local development environment:
This will:
  • 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:

Getting Help

If you run into issues: