Skip to content

rootMUD/create-move-dapp

Repository files navigation

Create Move Dapp

create-move-dapp provides a starter kit for dapp developers to easily bootstrap a dapp on the Move based networks including Aptos.

NOTE: No need to clone: run npx create-move-dapp in your terminal to get started

Quick Start

To create a Move dapp, open your terminal, cd into the directory you’d like to create the dapp in, and run the following command:

npx create-move-dapp

Then follow the prompts!

Prerequisites

Templates

create-move-dapp generates a predefined template structure and configuration files for you

  • default: A simple and light-weight web based dapp template that includes the basic structure needed for starting a dapp
  • movedid: A fully working moveDID dapp with a pre-implemented smart contract and UI

About

The npx command for scaffold-aptos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published