pragma solidity ^0.8.29;
contract Rowan {
function introduction() public pure returns (string memory) {
return
string.concat(
"Specializing in crypto wallet development and blockchain UX, ",
"making Web3 technology more accessible and user-friendly for everyone."
);
}
function experience() public pure returns (string[1] memory) {
return ["Keplr, September 2024 to Present, Frontend Engineer"];
}
function skills() public pure returns (string[3] memory) {
return ["Typescript", "Next.js", "Solidity"];
}
function handle() public pure returns (string memory) {
return "@piatoss3612";
}
}
Pinned Loading
-
bitcoin-from-scratch
bitcoin-from-scratch Public๋ฐ๋ฐ๋ฅ๋ถํฐ ์์ํ๋ ๋นํธ์ฝ์ธ์ ์ฝ๊ณ Go๋ก ๊ตฌํํด๋ณด๋ ํ๋ก์ ํธ
-
Web3OJ-foundry-template
Web3OJ-foundry-template PublicFoundry๋ฅผ ์ฌ์ฉํด Web3OJ ๋ฌธ์ ๋ฅผ ํ ์ ์๋ ํ ํ๋ฆฟ
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.