Skip to content
Documentation
5 min readBeginner friendly

Quick Start

Create your first Web3 project with Create in under 5 minutes.

Before You Start

Make sure you have the following ready to go.

Create Account
Sign up for a free Create account at Create App
Web3 Wallet
Connect MetaMask, Rainbow, or any EVM-compatible wallet

Step 1: Create Your Account

If you haven't already, sign up for a Create account and connect your wallet.

1

Visit Create

Go to app.create.ai and click "Sign Up"

2

Connect Your Wallet

Connect your Web3 wallet to authenticate

3

Create Workspace

Set up your first workspace (this is where your projects live)

Step 2: Create Your First Project

Now let's create a simple ERC-20 token project to see how Create works.

1

Navigate to Dashboard

From your workspace, click "New Project" or use the quick input

2

Describe Your Project

Type: Create an ERC-20 token called MyToken with 1M supply

3

Watch AI Work

See the AI generate your smart contract and frontend in real-time

Step 3: Review and Customize

Once generation is complete, you can review and modify the code.

1

Review Smart Contract

Check the generated ERC-20 contract for correctness

2

Test Frontend

Try the generated UI in the sandbox environment

3

Make Changes

Use the chat interface to request modifications

Step 4: Deploy to Testnet

Deploy your project to a testnet to see it in action.

1

Select Network

Choose Sepolia testnet (recommended for beginners)

2

Get Test ETH

Use a faucet to get test ETH for deployment

3

Click Deploy

Watch your contract deploy and get verified automatically