https://github.com/NonceGeek/scaffold-move
dApp scaffold for Move Chains -- Movement, Aptos, Rooch ...
https://github.com/NonceGeek/scaffold-move
aptos movement rooch scaffold
Last synced: 19 days ago
JSON representation
dApp scaffold for Move Chains -- Movement, Aptos, Rooch ...
- Host: GitHub
- URL: https://github.com/NonceGeek/scaffold-move
- Owner: NonceGeek
- License: apache-2.0
- Created: 2022-11-04T14:01:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:17:33.000Z (3 months ago)
- Last Synced: 2025-04-18T10:14:11.653Z (30 days ago)
- Topics: aptos, movement, rooch, scaffold
- Language: TypeScript
- Homepage: https://scaffold.rootmud.xyz
- Size: 5.24 MB
- Stars: 31
- Watchers: 3
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Scaffold-Move
🧪 An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Move Chains.
It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. And...We are going to add AI Abilities for Move dApp Scaffold, to generate code automatically.To `git checkout` for diff chains:
> git checkout main # Aptos
>
> git checkout rooch # RoochSee example that buidl based on Scaffold-Aptos(check the branches):
> Aptos:
>
> https://github.com/rootmud/scaffold-move-examplesThis project is referenced from:
> https://github.com/Amovane/aptos-NFT-marketplace
## Start Guide
1. `git clone https://github.com/rootMUD/scaffold-move.git`
2. `cd scaffold-move`
3. `yarn # Install the necessary front-end packages, pay attention to your local network environment`
4. 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.
5. `yarn dev`
6.`yarn build #compiled next.js application`
7. A Quick way to deploy: `yarn vercel --prod`This project is maintained by [NonceGeek DAO](https://noncegeek.com/#/).
## Articles(CN/EN)
* [Scaffold-Move: to Buidl Movement dApp Quickly](https://medium.com/@root_mud/scaffold-move-uidl-movement-dapp-quickly-69d2a69a3465)
* [Scaffold Move 使用指南 | Move dApp 极速入门(贰拾捌)](https://mp.weixin.qq.com/s/DQ7cLOVPbo7KBS0X60FuuQ)