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";
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
piatoss3612/piatoss3612
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published