Skip to content
View sandfm118's full-sized avatar

Block or report sandfm118

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

background Currently security researcher


About Me...

  • 🔗 I’m currently learning Blockchain - security researcher.

  • 👐 I’m looking to contribute to open source

  • 🥅 2025 Goals: Learn more about Blockchains and security .

  • ⚡ Fun fact: I love to play games and reading docs.

    Visitor Count

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

    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.24;
    
    contract Profile {
        string public name = "SNADF_M17";
        string public pronouns = "He | Him";
        string public currentFocus = "Web3 / dApps";
    
        string[] internal skills;
    
        function getSkills() public returns (string[] memory) {
            skills = [
                string("Javascript"),
                "Next.js"
                "react",
                "Solidity",
                "Hardhat",
                "ethers"
            ];
    
            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!";
       }
     }

    }


🤹 My Skill Set


RemixPowerShellSolidityHardhatethers.js React JavaScriptTypeScriptNode.jsFigmaMongoDB


Pinned Loading

  1. DAIPs DAIPs Public

    Solidity

  2. TransactionSimulator-Contrac-Checker TransactionSimulator-Contrac-Checker Public

    JavaScript

  3. chainlink chainlink Public

    Forked from smartcontractkit/chainlink

    node of the decentralized oracle network, bridging on and off-chain computation

    Go

  4. Data-Marketplace Data-Marketplace Public

    Solidity

  5. sandf-02 sandf-02 Public

    This is Blockchain Developer Personal Professional Website .

    JavaScript

  6. contracts-ocean contracts-ocean Public

    Forked from oceanprotocol/contracts

    🐙 Smart contracts for Ocean Protocol

    Solidity