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. smart-contract-langchain-advisor smart-contract-langchain-advisor Public

    The Solidity Smart-Contract Advisor is a cutting-edge tool designed to extend the capabilities of traditional language models in understanding and advising on Solidity smart contracts

    Python 7 1

  2. 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

  3. 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 3 1

  4. erc-cheat-sheet erc-cheat-sheet Public

    ERC Standards & Proposals cheat sheet

    3

  5. 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

  6. 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