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 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.
✔️ 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
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 |
Ensure you have the following installed before running the project:
- Node.js
>=16
- Yarn or npm
- StarkNet Wallet (e.g., ArgentX, Braavos)
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
- Make your changes and commit them:
git commit -m "Add your meaningful commit message here"
- Push to your fork:
git push origin feature/your-feature-name
- 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.
This project is licensed under the MIT License.