Skip to content
View Shahnawazkhan83's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Shahnawazkhan83

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

Profile Visitor Count

Typing SVG

Cover

Connect with me

0xshahnawazkhan _shahnawazkhan

About Me...

  • πŸ”— I’m a Full Stack Blockchain Developer, Web3 Researcher & Enthusiast.
  • πŸ“– Author: "The Evolution of Blockchain"
  • πŸ‘¨β€πŸ« Delivered 20+ enlightening sessions on Web3 & Mentored 1000+ Students on Blockchain and related topics.
  • πŸ‘€ I’m looking to collaborate Development projects and Hackathons.
  • πŸ’žοΈ Love to collaborate on Defi, GameFi, SocialFi, Smart contracts and lots more.......
  • πŸ’­ Connect with me on LinkedIn and ask away! πŸš€ Happy to chat and share insights!

line

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public name = "Shahnawaz Khan";
    string public pronouns = "He | Him";
    string public currentFocus = "Web3 / dApps";

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
            string("MERN Stack"),
            "Solidity",
            "C++",
            "EVM Based Chains"
            "Hardhat/ Truffle/ Foundry",
            "ethers.js/ Web3.js",
            "Hyperledger Fabric"
        ];

        return skills;
    }

    function fun() public view returns (string memory) {
        return
            "Two bytes meet.  The first byte asks, 'Are you ill?' The second byte replies, 'No, just feeling a bit off.'";
    }
}


🀹 My Skill Set


JavaScript ReactJs NextJs NodeJs MongoDB C++ Git PowerShell Solidity Ethereum Hardhat Truffle ethers.js

πŸ“Š Github Stats

shahnawazkhan83

Β shahnawazkhan83

shahnawazkhan83

---

Popular repositories Loading

  1. Shahnawazkhan83 Shahnawazkhan83 Public

    Config files for my GitHub profile.

    2

  2. LiquiSwap LiquiSwap Public

    A decentralized exchange (DEX) inspired by Uniswap, facilitating token swapping, Pool creation and liquidity provision.

    JavaScript 2

  3. first-contributions first-contributions Public

    Forked from firstcontributions/first-contributions

    πŸš€βœ¨ Help beginners to contribute to open source projects

    1

  4. Hacktoberfest2022 Hacktoberfest2022 Public

    Forked from iam-roshanj/Contribute-Hacktoberfest

    Hacktoberfest2022πŸ₯³ Contribute given programs in any language you like😎 Don't forget to give ⭐

    C++ 1

  5. Myportfolio Myportfolio Public

    This website effectively showcases my skills as a full stack developer. The frontend of the website was built using React JS, used SCSS, a preprocessor for CSS, to style the website and make it vis…

    JavaScript 1

  6. CryptoXchange CryptoXchange Public

    CryptoXchange, a decentralized crypto exchange platform with React.js, Node.js, Solidity, and smart contract functionality to enable users to send ether to any address globally.

    JavaScript 1