Built and deployed ERC-20-style smart contracts on Ethereum testnet using Solidity. Implemented token minting, transfer logic, wallet interactions with gas fee estimation, and simulated decentralized transaction flows.
Built and deployed ERC-20–style smart contracts on the Ethereum testnet to simulate decentralized asset flows. The project covers token minting, transfer logic, wallet interactions with gas estimation, and on-chain verification.
Solidity ERC-20 token with mint and transfer; compiled & deployed via Remix to Sepolia.
Connected MetaMask test wallet, estimated gas, and verified state changes post-transaction.
Used web3.py
to call contract functions and fetch IPFS metadata for assets.
Checked balances before/after transfer and confirmed tx status on Etherscan testnet.
Demonstrated end-to-end token lifecycle on Ethereum testnet and bridged on-chain logic (Solidity) with off-chain automation (Python). Gained practical experience with gas modeling, ABI usage, and wallet-driven flows for decentralized applications.