An open API service indexing awesome lists of open source software.

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 ...

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 # Rooch

See example that buidl based on Scaffold-Aptos(check the branches):

> Aptos:
>
> https://github.com/rootmud/scaffold-move-examples

This 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)