A simple Solidity smart contract that stores a counter and allows increment/decrement on-chain, deployed on Flow EVM Testnet.
A simple Solidity smart contract that lets anyone increment or decrement a counter stored on-chain.
Network: Flow EVM Testnet
Contract Address: 0xd1c81168e51e6F2563aCf7CE5cbAD15ce11f1837
Block Explorer: View on FlowScan
Deployed using: Remix IDE + MetaMask
Test Tokens from: Flow Faucet
Stores a number (count
) on-chain.
Anyone can increment or decrement it.
You can view the count using getCount()
function.
See Counter.sol
Add access control (only owner can reset)
Add event logging for tracking count changes
Create a frontend to interact with the counter
HackQuest × Flow Build Station
Forte Hacks Global Hackathon
Deployed on: Flow EVM Testnet
Submitted via: HackQuest Hackathon