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

Block or report KashifCh-eth

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

bg

~ Welcome aboard!

Currently security researcher

πŸ‘¨πŸΌβ€πŸ’» Building
🧠 Learning
πŸ’œ Loving Stacks React , Nodejs , Typescript , Solidity , Ethers , Solana and Tailwind

🏑 website | 🐦 twitter | πŸ“Ί youtube | πŸ‘” linkedin

animated-computer-image-0026 A little more about me...

    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.24;
    
    contract Profile {
        string public name = "KashifCh-eth";
        string public pronouns = "He | Him";
        string public currentFocus = "Web3 / dApps";
    
        string[] internal skills;
    
        function getSkills() public returns (string[] memory) {
            skills = [
                string("Javascript", "Rust"),
                "Next.js"
                "react",
                "Solidity",
                "Hardhat",
                "ethers"
                "Node.js"
                "Solana"
            ];
    
            return skills;
        }
    
          function fun() public view returns (string memory) {
        uint256 randomNumber = uint256(keccak256(abi.encodePacked(blockhash(block.number - 1), msg.sender)));

         if (randomNumber % 2 == 0) {
             return "Why do developers always carry a dictionary? Because they need to decode the error messages!";
        } else {
             return "Why did the blockchain break up with the database? It couldn't handle the blocks in the relationship!";
       }
     }

    }

Pinned Loading

  1. blockchain-voting-system- blockchain-voting-system- Public template

    blockchain voting system

    JavaScript 30 64

  2. Charity-Website-Based-on-Blockchain- Charity-Website-Based-on-Blockchain- Public

    Charity Donation System

    JavaScript 11 1

  3. Lottery-Smart-contract Lottery-Smart-contract Public

    Lottery Smart Contract based on Solidity

    Solidity 4 1

  4. PriceSelecter-For-Hashlip-minting-dapp PriceSelecter-For-Hashlip-minting-dapp Public

    Price Selecter for minting dapp

    JavaScript 5 1

  5. insurance-company-Smart-contract insurance-company-Smart-contract Public

    insurance company Smart contract

    Solidity 3