- 🔗 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
// 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.'";
}
}
Expand
Md. Shakil Hossain |
Tenvi |
Yongchang He |
Amarjit Pheiroijam |
Peter Martens |
Felipe F. |
Bornunique911 |
christiancalara |
Pamela Rod |
John Magdy Lotfy Kamel |
Ankush Singh |
Faishal AR |
Hideyuki Takahashi |
peng1027 |
|
|