One forkable Sui dev stack focused on fast product iterations. It helps you build one dapp much faster and efficiently. 🚀
npx create-move-app sui-demo --chain sui
-
cd scaffold-move
-
yarn
-
cat .env.local.example
NEXT_PUBLIC_DAPP_PACKAGE address of your sui module NEXT_PUBLIC_DAPP_MODULE sample module name
-
yarn dev
-
yarn build # build for production.
This product is mainly maintenance under NonceGeek DAO.