Welcome to the Sui Farm Coin project repository. This project aims to build a decentralized, compliant, and intelligent private placement issuance and management platform.
Goal: To leverage blockchain technology, specifically on the Sui network, to reshape the traditional private equity industry by addressing its key pain points. We are developing a platform for seamless and transparent private placement processes.
- 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
frontend
folder:cd frontend
-
Install the dependencies:
pnpm install
-
Start the development server:
pnpm dev
- Official SUI Documentation: https://docs.sui.io
Happy coding! 🚀