ERC 20
SimpleToken is a minimal ERC20 token on Flow EVM Testnet that supports minting, transferring, and approving tokens.
Videos
Description
šŖ SimpleToken ā ERC20 Token on Flow EVM Testnet
š Project Overview
SimpleToken is a minimal ERC20 token smart contract written in Solidity that lets you mint, transfer, and approve tokens with ease.
Itās designed for educational purposes ā helping developers understand how ERC20 standards work under the hood without unnecessary complexity.
This contract supports:
ā Owner-only minting
ā Standard
transfer,approve, andtransferFromfunctionsā Transparent balance tracking
You can deploy it and start experimenting with tokenomics, DApps, or just build your own cryptocurrency!
š Network & Deployment
Network: Flow EVM Testnet
Contract Address:
0x59Ec69e06237018C452b36f5a8D0DC1B12cd2e23Blockchain Explorer Link:
https://evm-testnet.flowscan.io/tx/0x3ac110aa8c524f28db328c5859f02cbcec57e552037004912b43fdaa3ea1b001
š§ Tech Stack Used
Layer | Technology |
|---|---|
Smart Contract | Solidity ^0.8.19 |
Blockchain | Flow EVM Testnet |
Frameworks / Tools | Remix IDE / Hardhat / MetaMask |
Language | JavaScript (for testing and deployment) |
š How to Use
1ļøā£ Deploy
Deploy the contract using Remix:
Compiler version:
0.8.19Constructor arguments:
("MyToken", "MTK", 18)
š” Future Improvements
š„ Add burn function to permanently destroy tokens
š§± Set a maximum supply cap for better tokenomics control
š Introduce role-based access for multiple authorized minters
š» Build a frontend dashboard for minting and transfers
š Deploy on Flow EVM Mainnet for production readiness
Progress During Hackathon
š Progress During Hackathon During the hackathon, I was able to: ā Design and deploy a fully functional ERC20 token on Flow EVM Testnet ā Implement minting, transfer, and approval functionalities ā Test token operations with Remix and MetaMask ā Document the project for easy understanding and future improvements