Skip to content
View Kay-79's full-sized avatar
👾
👾

Highlights

  • Pro

Block or report Kay-79

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Kay-79/README.md

Hi 👋, I'm Kay

I'm a Blockchain Developer. Every day is a learning day for me.

  • 🔭 I’m currently working as a freelance blockchain developer.

  • 🌱 I’m currently learning Smart Contracts development.

  • 👀 Fun fact If i don't know about something, I don't know it today. But i'll learn it and implement in my code.

Socials

About me

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

contract Profile {
    string public name = "Kay";
    string public pronouns = "He | Him";
    string public currentFocus = "Web3 / Smart Contract / Dapp / EVM";

    string[] internal skills;
    string[] internal langs;

    function getSkills() public returns (string[] memory) {
        skills = ["git", "Web3", "Smart contract", "Hardhat", "Front Running"];
        return skills;
    }

    function getLangs() public returns (string[] memory) {
        langs = ["TypeScript", "Solidity", "JavaScript", "Rust", "Move", "Python", "AutoIt"];
        return langs;
    }

    function fun() public pure returns (string memory) {
        return
            "If i don't know about something, I don't know it today. But i'll learn it and implement in my code.";
    }
}

Popular repositories Loading

  1. nft-trading-bot nft-trading-bot Public

    NFT Trading

    TypeScript

  2. leet-code leet-code Public

    Leetcode challenge

    TypeScript

  3. Kay-79 Kay-79 Public

    Config files for my GitHub profile.

  4. Create2Deployer Create2Deployer Public

    Solidity

  5. erc6551crunch erc6551crunch Public

    A Rust program for finding salts that create gas-efficient Ethereum tokenbound addresses.

    Rust

  6. cat-black-snack cat-black-snack Public

    JavaScript 1