Awesome
Examples of Movement/Aptos dApp Scaffold
A aptos application scaffold based on next.js Tailwind.
This project is referenced from:
Start Guide
git clone https://github.com/NonceGeek/scaffold-aptos.git
d scaffold-move/scaffold-aptos
yarn # Install the necessary front-end packages, pay attention to your local network environment
- Environment configuration, some global variables are in .env.local, which will be injected into the process started by yarn by default. Attention beginners, the testnet faucet url provided by aptos official website cannot be used directly.
yarn dev
6.yarn build #compiled next.js application
This project contract is based on MoveDID. Project address https://github.com/NonceGeek/MoveDID.
This project is maintained by NonceGeek DAO.