Skip to content
View mertcobn's full-sized avatar
:electron:
:electron:

Block or report mertcobn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mertcobn/README.md

Smart contract security researcher and Solidity developer focused on EVM chains. Currently building a Foundry-based PoC portfolio covering common smart contract vulnerabilities. Working toward DeFi development. Also building dApps.

Solidity Foundry Ethereum OpenZeppelin Chainlink

JavaScript Ethers.js GitHub

🌐 Socials:

Instagram LinkedIn Email

Pinned Loading

  1. reentrancy-poc reentrancy-poc Public

    Smart contract security: reentrancy vulnerability PoC, exploit, and two independent mitigations (CEI + OpenZeppelin ReentrancyGuardTransient), tested in Foundry

    Solidity

  2. access-control-vulnerabilities access-control-vulnerabilities Public

    Smart contract security: access control vulnerability PoCs, missing owner check, tx.origin phishing, missing role modifier, and unprotected initializer with mitigations and Foundry tests.

    Solidity

  3. unchecked-overflow-poc unchecked-overflow-poc Public

    Foundry PoC of a BEC-style integer overflow exploit via misuse of `unchecked` in Solidity 0.8+, with mitigation

    Solidity

  4. crypto-donation-dapp crypto-donation-dapp Public

    A decentralized donation system with an embeddable JS widget.

    Solidity 1

  5. solidity-learning-journey solidity-learning-journey Public

    This is my learning sandbox — a place to practice, experiment, and demonstrate foundational knowledge outside of my main portfolio projects.

    Solidity

  6. basic-hash-hiding basic-hash-hiding Public

    This project is a simple Python application that demonstrates the hiding property of cryptographic hash functions.

    Python