Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 859 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 859 Bytes

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