As a senior blockchain engineer, I excel in creating and optimizing decentralized applications and smart contracts.
With extensive experience in web3 and blockchain technology, I am eager to leverage my skills to contribute to your innovative projects.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
contract Profile {
string public name = "Eugene Rosario";
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 |
Furkan Edizkan |
Ankush Singh |
Faishal AR |
Charly |
peng1027 |