Skip to content

interlinker0325/pancake0115

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Visitor Count

Cover

Currently Learning Solidity

About Me...

  • 🔗 I’m currently learning Blockchain
  • 👐 I’m looking to contribute to open source
  • 🥅 2024 Goals: Learn more about Solana and to complete satebot for metis.
  • ⚡ Fun fact: I love to play games

line

A little more about me...

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

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

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
            string("Javascript"),
            "Python",
            "Solidity",
            "Hardhat",
            "ethers"
        ];

        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 Python Git PowerShell Solidity Hardhat ethers.js


📊 Github Stats

Expand


📊 Development Breakdown

Expand

📕 Blog Posts

Expand

✨ My Followers

Expand
shakiliitju
Md. Shakil Hossain
TenviLi
Tenvi
hyc0812
Yongchang He
Amarjit-ph
Amarjit Pheiroijam
petermartens98
Peter Martens
felpfsf
Felipe F.
Bornunique911
Bornunique911
christiancalara
christiancalara
pampzrd
Pamela Rod
Zorono
John Magdy Lotfy Kamel
ankushKun
Ankush Singh
Isallkun
Faishal AR
Dev-HideyukiTakahashi
Hideyuki Takahashi
peng1027
peng1027

🌸 Latest Tweets

Expand


Now Playing Now Playing

Expand


⚙️ Misc

Jokes Card



About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published