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 9 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 2 1

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

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

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

    ERC Standards & Proposals cheat sheet

    3

  6. langchain_voice_assistant langchain_voice_assistant Public

    An advanced voice and text-based assistant using LangChain.js v3 and OpenAI models. This application provides a seamless conversational experience with both text and voice input/output capabilities.

    HTML 1