Skip to content
View codebestia's full-sized avatar

    Organizations

    @Spherre-Labs

    Block or report codebestia

    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 is supported. This note will only be visible to you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse
    codebestia/README.md

    Hi there 👋

    👾 Welcome to the Blockchain Lab of Codebestia 🛸

    🚀 Strap in, because we’re about to launch into the decentralized stratosphere! 🌌

    👨‍💻 I’m a blockchain wizard by day, and a Nyctophile by night. My quest? To push the boundaries of cryptography, decentralization, and take what belongs to caesar 🙃.

    pragma solidity^0.8.19;
    contractProfile {
    // Developer Infostringpublic developerName ="Codebestia";
    stringpublic role ="First Principle Engineer 👨‍💻 ";
    stringpublic currentQuest ="Exploring the decentralized multiverse 🚀";
    stringpublic slogan ="Decentralized everything. Centralized nothing. 🛸";
    // Skills & Tech Stackstring[] public techStack = [
    "Solidity 🛠️",
    "Rust 🦀",
    "Web3.js 🌐",
    "Ethers.js ⚡",
    "Brownie 🍲",
    "NFTs & DeFi 👑",
    ];
    // Contact Details (like a smart contract, but for your social life)stringpublic email ="codebestia@gmail.com";
    // Constructor to initialize the Profileconstructor() {
    developerName ="Codebestia"; // You're awesome, no need to change this!
    role ="Blockchain Developer ⚡ | Researcher 👑 | Crypto Adventurer 🏞️";
    currentQuest ="Building the future of decentralized applications 🌍";
    slogan ="Just do it";
    }
    // Function to get my skills (like a public getter function but cooler)function getTechStack() publicviewreturns (string[] memory) {
    return techStack;
    }
    // Function to get my social links (contact me, it would be an adventure )function getContact() publicviewreturns (stringmemory) {
    return (email);
    }
    // Function to describe my current questfunction getCurrentQuest() publicviewreturns (stringmemory) {
    return currentQuest;
    }
    // Function to display my drivefunction getSlogan() publicviewreturns (stringmemory) {
    return slogan;
    }
    // Fallback function for funfallback() externalpayable {
    revert("You've interacted with my profile. Your fund security is my priority 😎?");
    }
    }

    Graph GitHub Analytics

    🏆 GitHub Achievements

    trophy

    🎯 Coding Quote of the Day

    Readme Quotes

    Pinned Loading

    1. CrowdFundUsCrowdFundUsPublic

      An application for displaying projects and receiving funding in ethereum from investors. built with solidity and react

      JavaScript 2

    2. TokenFarmTokenFarmPublic

      A dapp application for staking token in order to mine farm token

      JavaScript

    3. solana-nft-anchorsolana-nft-anchorPublic

      Forked from Calyptus-Learn/solana-nft-anchor

      Code for minting nfts on Solana using anchor and metaplex

      Rust

    4. WinSavedWinSavedPublic

      A no loss price saving protocol

      Cairo 1

    5. Spherre-Labs/spherreSpherre-Labs/spherrePublic

      The Smart Contract of the Spherre Protocol

      Cairo 4 26

    6. NiftNiftPublic

      A Web3 gift card protocol built on Starknet, leveraging NFT technology to create secure and transferable digital gift cards.

      TypeScript 1