Skip to content

faytey/JigIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JigIt

A Starknet-Based Incentivized JigSaw Puzzle Game JigIT is a jigsaw puzzle that runs on the StarkNet ecosystem. JigIt leverages the scalability and low transaction costs of StarkNet, providing a seamless and engaging experience for users. JigIT is developed using the Dojo engine which enables the development of provable gaming logic by the core team members with skills in dojo game development and building starknet cairo smart contracts, and Next.js for the frontend development, ensuring a responsive and user-friendly interface.

🧩 JigIt – StarkNet-Based Jigsaw Puzzle Game

StarkNet Dojo Engine License Stars

JigIt is an innovative, incentivized jigsaw puzzle game built on StarkNet using the Dojo Engine. It offers a seamless and provably fair gaming experience with low transaction costs, leveraging the power of blockchain technology.


Features

✔️ On-Chain Gameplay – Fully decentralized game logic on StarkNet
✔️ NFT-Backed Rewards – Earn NFTs for solving puzzles
✔️ Provable Fairness – Game mechanics powered by Dojo Engine
✔️ Low Gas Fees – Optimized for StarkNet's scalability
✔️ Next.js Frontend – Modern, responsive UI
✔️ Wallet Integration – Connect and play using StarkNet-compatible wallets


🚀 Tech Stack

Technology Usage
StarkNet Layer 2 scaling solution
Dojo Engine On-chain game logic
Next.js Frontend framework
Cairo Smart contracts
TypeScript Frontend development
Tailwind CSS Styling

🛠 Installation & Setup

Prerequisites

Ensure you have the following installed before running the project:

  • Node.js >=16
  • Yarn or npm
  • StarkNet Wallet (e.g., ArgentX, Braavos)

1️⃣ Clone the Repository

git clone https://github.com/faytey/JigIt.git
cd JigIt



## **2 Install the dependencies using Yarn:

yarn install

Or using npm:

npm install

### **3️⃣ Start the Development Server**
```sh
yarn dev

Or using npm:
sh
npm run dev

then, open your browser and navigate to `http://localhost:3000` to view the app.

To build the project, run:

```sh
yarn build
yarn start

or

npm run build
npm start

Run linter and Formatting to check linting issues
 yarn lint
yarn format


Usage
1. Connect your StarkNet wallet
2.Choose a puzzle and start playing
3.Complete puzzles to earn NFT rewards
4.Track your progress on-chain


## Contribution Guidelines

We welcome contributions to the NFT Scavenger Hunt backend! To contribute:

1. Fork the repository.
2. Create a new branch for your feature or bug fix:
   ```bash
   git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
    git commit -m "Add your meaningful commit message here"
  2. Push to your fork:
    git push origin feature/your-feature-name
  3. Open a pull request to the main branch of this repository.

Please ensure your code follows the existing style and passes all linting and tests. For more detailed guidelines, refer to the CONTRIBUTING.md file.

License

This project is licensed under the MIT License.

About

A Starknet-Based Incentivized JigSaw Puzzle Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published