create-move
v1.1.3
Published
Creata a Scaffold Move app
Downloads
91
Maintainers
Readme
⚠️ 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:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
Quickstart
To get started with Scaffold Move, follow the steps below:
- Install from NPM Registry and follow the CLI instructions.
npx create-move@latest
- 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.
- Deploy the test contract:
yarn deploy
- 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.