Welcome to the project repository for the course "Sui dApps with Move & React - Build Real Projects".
Course Title: Sui dApps with Move & React - Build Real Projects
Description: Hands-on Sui dApp development with Move and React. Create a voting system and a meme coin. Learn smart contracts coding.
To get detailed instructions and learn about SUI and Move, enroll in the course: Sui dApps with Move & React - Build Real Projects
- frontend: Contains a React JS application built using Vite.
- contracts: Contains the Move language smart contracts.
-
SUI CLI Setup:
- Follow the official SUI documentation to install the CLI and create an account: SUI Setup Instructions
-
Node.js & pnpm:
Ensure you have Node.js installed. Then install pnpm globally:npm install -g pnpm
-
Navigate to the
frontendfolder:cd frontend -
Install the dependencies:
pnpm install
-
Start the development server:
pnpm dev
- Official SUI Documentation: https://docs.sui.io
- Course Link: https://academy.eincode.com/courses/sui-dapps-with-move-react-build-real-projects
Happy coding! 🚀