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
Simple Solidity Calculator smart contract for blockchain workshop. It enables users to add, subtract and multiply and get the result from transactions saved on the blockchain. Features Add, subtract
SimpleToken is a minimal ERC20 token on Flow EVM Testnet that supports minting, transferring, and approving tokens.
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.