Skip to content

Envoy-VC/Envoy-VC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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
shakiliitju
Md. Shakil Hossain
TenviLi
Tenvi
hyc0812
Yongchang He
Amarjit-ph
Amarjit Pheiroijam
petermartens98
Peter Martens
felpfsf
Felipe F.
Bornunique911
Bornunique911
christiancalara
christiancalara
Zorono
John Magdy Lotfy Kamel
pampzrd
Pamela Rod
ankushKun
Ankush Singh
Isallkun
Faishal AR
FurkanEdizkan
Furkan Edizkan
peng1027
peng1027

🌸 Latest Tweets

Expand


Now Playing Now Playing

Expand


βš™οΈ Misc

Jokes Card