Skip to content
View denizumutdereli's full-sized avatar
🚀
creating something new...
🚀
creating something new...

Block or report denizumutdereli

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
denizumutdereli/README.md

Hi there 👋

struct BlockchainArchitect {
    address identity;
    bytes32 title;
    bytes32 focus;
    uint256 experienceYears;
    bool openToCollaboration;
}

BlockchainArchitect public constant PROFILE = BlockchainArchitect({
    identity: 0xdenizumutdereli,
    title: bytes32("Senior Blockchain Architect"),
    focus: bytes32("DeFi protocols, DEX ecosystem"),
    experienceYears: 28,
    openToCollaboration: true
});

Pinned Loading

  1. lasm-contracts lasm-contracts Public

    Forked from lasmetaio/lasm-contracts

    Complete a DEX env and series of smart contracts that I've built for @lasmetaio

    Solidity

  2. enhanced-cpamm enhanced-cpamm Public

    A robust and feature-rich implementation of a Constant Product Automated Market Maker (CPAMM) smart contract built on Ethereum

    Solidity 2

  3. SoulBound-NTT-Token SoulBound-NTT-Token Public

    SoulBounds is a custom smart contract for minting and managing non-transferable, identity-bound tokens known as Soul-Bound Tokens (SBTs)

    Solidity 2

  4. layerzerov2-blockchain-bridge layerzerov2-blockchain-bridge Public

    LayerZero V2 Omni fungible token implementation which supports ERC20 tokens to unify alongside all EVM-compatible networks

    Solidity 1

  5. uniswapv4-reputation-hooks-capstone-project uniswapv4-reputation-hooks-capstone-project Public

    A proof-of-concept that showcases the potential of Uniswap V4 Hooks to revolutionize decentralized finance. This project demonstrates how liquidity providers and traders can be rewarded based on th…

    Solidity 8 2

  6. erc-cheat-sheet erc-cheat-sheet Public

    ERC Standards & Proposals cheat sheet

    3