1.1.4 • Published 4 months ago

create-move v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

⚠️ Under active development.

If you find any bug, please report as issue or send a message in 🏗 Scaffold Move telegram community

🏗 create-move

CLI to create decentralized applications (dapps) using Scaffold Move.

This CLI tool helps you to install Scaffold Move with custom configurations and settings.

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with Scaffold Move, follow the steps below:

  1. Install from NPM Registry and follow the CLI instructions.
npx create-move@latest
  1. Initialize an Aptos account
yarn account

This command creates a new account and funds it from the faucet. The default network is Aptos testnet, to use other networks use the --network tag.

  1. Deploy the test contract:
yarn deploy
  1. On a second terminal, start your NextJS app:
yarn start

Visit your app on: http://localhost:3000. You can interact with your Move modules using the Debug Contracts page. You can tweak the app config in packages/nextjs/scaffold.config.ts.

Documentation

Visit our docs to learn how to start building with Scaffold Move.