Aqua Stark is a Web3 game on StarkNet where players can collect, raise and evolve fish in a decentralized ecosystem. 🏝️🎮
✔️ Fish breeding and evolution with unique genetics.
✔️ Decentralized Marketplace to buy and sell fish and decorations.
✔️ True asset ownership thanks to StarkNet and Cairo.
✔️ Aquarium customization with exclusive items and expansions.
✔️ Special events and tournaments with rare fish and rewards.
- Front: React.js + Vite + TailwindCSS
- Blockchain: Dojo Engine
- Monorepo Management: pnpm workspaces
/AQUA-STARK
│── /client # Web client (frontend)
│ ├── /node_modules # Dependencies
│ ├── /public # Static assets
│ ├── /src # Frontend source code
│ ├── .gitignore
│ ├── README.md # Frontend documentation
│ ├── package.json # Dependencies and scripts
│ ├── vite.config.ts # Vite configuration
│── /contract # Smart contracts and game logic
│ ├── /src # Smart contract source code
│ ├── .gitignore
│ ├── README.md # Backend documentation
│ ├── LICENSE # Project license
│ ├── Scarb.toml # Scarb configuration
│── pnpm-lock.yaml # Monorepo configuration
│── README.md # This file 🚀🔹 Frontend README: Frontend Documentation
🔹 Backend README: Backend Documentation
To play, make sure you have a StarkNet-compatible wallet like ArgentX or Braavos. Game assets are backed by Cairo smart contracts, ensuring authenticity and scarcity.
Aqua Stark is an open-source project! To contribute, follow these steps:
1️⃣ Fork the repository
git fork https://github.com/AquaStark/Aqua-Stark.git 2️⃣ Clone your fork
git clone https://github.com/YOUR_USERNAME/Aqua-Stark.git
cd Aqua-Stark 3️⃣ Create a new branch
git checkout -b feature-new 4️⃣ Make your changes and commit them
git commit -m "feat: Add new feature" 5️⃣ Push the changes to your fork
git push origin feature-new 6️⃣ Open a Pull Request 🚀
feat/feature-name→ For new featuresfix/bug-name→ For bug fixeschore/task-name→ For maintenance or refactoringdocs/documentation-change→ For documentation updates
feat: add new login functionalityfix: resolve issue with fish animationschore: refactor contract logicdocs: update README with latest changes
🌊🐠 Dive into Aqua Stark and build your dream aquarium! 🎮🚀