Skip to content
View gorgos's full-sized avatar

Organizations

@InjectiveLabs @soliditylabs
Block or Report

Block or report gorgos

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
gorgos/README.md

Welcome to My Profile πŸ‘‹

LinkedIn 'Gmail 'Gmail 'Gmail

Hi, I'm Markus, from Germany and currently living in New Zealand. I've finished my Masters in Computer Science on randomness in blockchain and have since been involved in several blockchain projects. I also regularly blog about Ethereum development at https://soliditydeveloper.com/.

GIF

Current Status Quo

  • πŸ‘¨πŸ»β€πŸ’» I’m currently working at Injective on a decentralized exchange and futures platform.
  • ✍️ Lead-editor at SolidityDeveloper.com.
  • πŸ‘¨β€πŸ« Instructor at ZeroToMastery.
  • πŸ’¬ Ask me about anything, I would like to answer.
  • 🌐 You can find more information about me at https://markuswaas.com.
  • πŸ“« Please email via mail{at}markuswaas.com to reach me.
  • πŸƒ In my free-time I like Biohacking and Calisthenics.

gorgos's github stats

Pinned

  1. NeutronShield NeutronShield Public

    NeutronShield is an InterChain DeFi Liquidation Manager designed to protect your perp positions from liquidation.

    TypeScript 2

  2. soliditydeveloper soliditydeveloper Public

    JavaScript 7 2

  3. Example for how to swap multiple tok... Example for how to swap multiple tokens in one on Ropsten
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity =0.7.6;
    3
    pragma abicoder v2;
    4
    
                  
    5
    import "https://github.com/Uniswap/uniswap-v3-periphery/blob/main/contracts/interfaces/ISwapRouter.sol";
  4. Highstakes-SmartRoulette Highstakes-SmartRoulette Public

    Smart Contract, AWS Lambda and React App for securely playing Roulette.

    JavaScript 30 11

  5. IPFS-Dapp IPFS-Dapp Public

    HTML 14 6

  6. ExampleSlidingWindowOracle with DAI ... ExampleSlidingWindowOracle with DAI + WETH for Kovan.
    1
    pragma solidity 0.6.6;
    2
    pragma experimental ABIEncoderV2;
    3
    
                  
    4
    import "https://github.com/Uniswap/uniswap-v2-core/blob/master/contracts/interfaces/IUniswapV2Pair.sol";
    5
    import "https://github.com/Uniswap/uniswap-lib/blob/master/contracts/libraries/FixedPoint.sol";