create-aptos-project

Scaffold Aptos projects with npx create-aptos-dapp templates.

19|8|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/aptos-labs/aptos-agent-skills --skill create-aptos-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-aptos-project
Source: https://github.com/aptos-labs/aptos-agent-skills/tree/main/skills/project/create-aptos-project
Command: npx skills add https://github.com/aptos-labs/aptos-agent-skills --skill create-aptos-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial setup of Aptos projects, ensuring a standardized and efficient starting point for both full-stack dApps and contract-only developments.

Core Features & Use Cases

  • Project Scaffolding: Uses npx create-aptos-dapp to generate project structure.
  • Template Flexibility: Supports full-stack (Vite/Next.js) and contract-only templates.
  • Network Configuration: Allows selection of development networks (devnet, testnet, mainnet).
  • Use Case: When a user says "I want to build a new NFT marketplace", this skill will guide them through selecting project type, framework, and network before scaffolding the project.

Quick Start

Create a new Aptos project named 'my-nft-project' with a Vite frontend on devnet.

Frequently Asked Questions about create-aptos-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Aptos dApp project?

You can scaffold a new Aptos dApp project by running npx create-aptos-dapp, which generates a standardized project structure for full-stack or contract-only developments.

Does Aptos project scaffolding support Next.js and Vite templates?

Yes, Aptos project scaffolding supports full-stack templates using either Next.js or Vite, alongside contract-only templates for focused Move development.

Can I select a specific network like devnet or mainnet when creating an Aptos project?

Yes, network configuration is supported during Aptos project creation, allowing you to select devnet, testnet, or mainnet for your development environment.

What is the best way to start building an NFT marketplace on Aptos?

The best way to start building an NFT marketplace on Aptos is using the create-aptos-dapp scaffolding tool, which guides you through selecting a framework and network before generating the boilerplate.

Do I need an API key to generate an Aptos project boilerplate?

An API key is optional when generating an Aptos project boilerplate, as the scaffolding process prompts you for project type, framework, and network configuration.

Can I create an Aptos project with only smart contracts and no frontend?

Yes, you can create a contract-only Aptos project using the scaffolding tool, which generates a structure specifically for Move smart contract development without a frontend.