https://github.com/jerga99/sui-jelo-coin
Hands-on Sui dApp development with Move and React. Create a Meme coin. Learn smart contracts coding.
https://github.com/jerga99/sui-jelo-coin
move programming reactjs sui
Last synced: 8 months ago
JSON representation
Hands-on Sui dApp development with Move and React. Create a Meme coin. Learn smart contracts coding.
- Host: GitHub
- URL: https://github.com/jerga99/sui-jelo-coin
- Owner: Jerga99
- Created: 2025-01-31T16:11:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T12:44:13.000Z (over 1 year ago)
- Last Synced: 2025-04-04T05:09:19.016Z (about 1 year ago)
- Topics: move, programming, reactjs, sui
- Language: Move
- Homepage: https://academy.eincode.com/courses/sui-dapps-with-move-react-build-real-projects
- Size: 1.31 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup Instructions
Welcome to the project repository for the course **"Sui dApps with Move & React - Build Real Projects"**.
## About the Course
**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](https://academy.eincode.com/courses/sui-dapps-with-move-react-build-real-projects)
---
## Project Structure
- **frontend**: Contains a React JS application built using Vite.
- **contracts**: Contains the Move language smart contracts.
---
## Prerequisites
1. **SUI CLI Setup:**
- Follow the official SUI documentation to install the CLI and create an account: [SUI Setup Instructions](https://docs.sui.io/guides/developer/getting-started/sui-install)
2. **Node.js & pnpm:**
Ensure you have Node.js installed. Then install pnpm globally:
```bash
npm install -g pnpm
```
---
## Step-by-Step Setup
1. Navigate to the `frontend` folder:
```bash
cd frontend
```
2. Install the dependencies:
```bash
pnpm install
```
3. Start the development server:
```bash
pnpm dev
```
---
## Additional Resources
- Official SUI Documentation: [https://docs.sui.io](https://docs.sui.io)
- Course Link: [https://academy.eincode.com/courses/sui-dapps-with-move-react-build-real-projects](https://academy.eincode.com/courses/sui-dapps-with-move-react-build-real-projects)
Happy coding! 🚀