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 250 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 10 3

  2. langchain-multi-agents-boilerplate langchain-multi-agents-boilerplate Public

    Boilerplate for multi-LLM agent applications using Langchain v3 with multi-model reasoning capabilities.

    TypeScript 8 2

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

  4. etherscan-v2-mcp-server etherscan-v2-mcp-server Public

    Etherscan V2 MCP Server exposes a curated set of Etherscan V2 endpoints as Model Context Protocol (MCP) tools.

    TypeScript 2

  5. erc-cheat-sheet erc-cheat-sheet Public

    ERC Standards & Proposals cheat sheet

    3

  6. news-mcp-server news-mcp-server Public

    A Model Context Protocol (MCP) server that provides tools for searching and retrieving DeFi news from targeted websites.

    JavaScript 2