shervinchen / Envoy-VC

A profile README with 27 stars and 74 forks 🌟

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visitor Count

Cover

Vedant Chainani's Dev Card

Currently Learning Solidity

Connect with me

@Envoy_1084 envoy_ Envoy_#1852

About Me...

  • πŸ”— I’m currently learning Blockchain
  • πŸ‘ I’m looking to contribute to open source
  • πŸ₯… 2022 Goals: Learn more about Blockchains and Solidity
  • ⚑ 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 = "Vedant Chainani";
    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
TenviLi
Tenvi
hyc0812
Yongchang He
felpfsf
Felipe F.
Bornunique911
Bornunique911
Amarjit-ph
Amarjit Pheiroijam
christiancalara
christiancalara
Dev-HideyukiTakahashi
Hideyuki Takahashi
kenkirito
lakshya
JohnyXu
Johny Xu
pierrete
Pamela Rod
peng1027
peng1027
petermartens98
Peter Martens
OxygenXXX
Haruka Nakano
Zorono
John Magdy Lotfy Kamel

🌸 Latest Tweets

Expand


Now Playing Now Playing

Expand


βš™οΈ Misc

Jokes Card



About

A profile README with 27 stars and 74 forks 🌟

License:MIT License


Languages

Language:Python 100.0%