8000 GitHub - piatoss3612/piatoss3612
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

piatoss3612/piatoss3612

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

🐹 Hi, I'm Rowan

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";
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0