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

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.

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! 🚀