Welcome to the database where you can see all previous projects from our past hackathons.

Most Hackathon Won
Manobendra Mandal
Vivek Sahu
simp1e
Most Project Built
zorzalcripto
zcy22606
David Barasa
Smart contract that creates ledger for your currency collection, so that you can flex.
LYNQ is a revolutionary decentralized finance platform built entirely on the flow blockchain. Our mission is to democratize access to financial services while maintaining the highest standards of sec
A simple Todo
Solidity contract for a simple voting DApp that will work on any EVM-compatible chain (including Flow EVM testnet). I also included a README with step-by-step instructions for Remix and Hardhat deploy
A basic Solidity smart contract that stores, updates, and retrieves a single numeric value — designed to demonstrate state variables, setters, getters, and view functions.
## 🧮 Counter Smart Contract A simple Solidity smart contract that increases a counter each time the `increment()` function is called. Great for beginners learning how smart contracts work, interac
🎮 On-Chain Puzzle Game lets players submit moves ("UP", "DOWN", "LEFT", "RIGHT") stored on-chain ⛓️. Learn Solidity concepts like arrays, mappings, and state while having fun! 🧩✨
A simple smart contract that counts — increment, decrement, and store numbers securely on the blockchain.
This Solidity project shows that Flash Loan is a powerful DeFi concept that allows users to borrow large amounts of cryptocurrency instantly without any collateral.
A simple on-chain game logic smart contract that lets users submit and track their move sequences on the blockchain. Each player’s moves are stored using a mapping and dynamic array
hey
Counter is a simple and interactive Solidity smart contract deployed on the Ethereum blockchain. It allows users to increment, decrement, reset, and view a counter value, demonstrating the fundamental