Connect with me 
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
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.'";
}
}
📊 Github Stats
📊 Development Breakdown
📕 Blog Posts
✨ My Followers
Expand
|
Tenvi |
Yongchang He |
Felipe F. |
Bornunique911 |
Amarjit Pheiroijam |
christiancalara |
Hideyuki Takahashi |
|
lakshya |
Johny Xu |
peng1027 |
Pamela Rod |
Haruka Nakano |
John Magdy Lotfy Kamel |
Sourav Majumder |
🌸 Latest Tweets
Now Playing
⚙️ Misc
|
|
|




































