Skip to content
View denizumutdereli's full-sized avatar
๐Ÿš€
creating something new...
๐Ÿš€
creating something new...
Block or Report

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 1

  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 1

  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. 1167_minProxy_smart_contracts 1167_minProxy_smart_contracts Public

    The `Manager` contract is designed to manage ICO/IDO/IGO rounds using the efficient 1167 minimal proxy pattern

    Solidity

  6. fully-managable-staking-contract fully-managable-staking-contract Public

    The `Staking` contract manages staking, unstaking, and reward claiming functionalities

    Solidity