Skip to content
View piatoss3612's full-sized avatar

Block or report piatoss3612

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
piatoss3612/README.md

๐Ÿน 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";
    }
}

Pinned Loading

  1. bitcoin-from-scratch bitcoin-from-scratch Public

    ๋ฐ‘๋ฐ”๋‹ฅ๋ถ€ํ„ฐ ์‹œ์ž‘ํ•˜๋Š” ๋น„ํŠธ์ฝ”์ธ์„ ์ฝ๊ณ  Go๋กœ ๊ตฌํ˜„ํ•ด๋ณด๋Š” ํ”„๋กœ์ ํŠธ

    3

  2. Web3OJ-foundry-template Web3OJ-foundry-template Public

    Foundry๋ฅผ ์‚ฌ์šฉํ•ด Web3OJ ๋ฌธ์ œ๋ฅผ ํ’€ ์ˆ˜ ์žˆ๋Š” ํ…œํ”Œ๋ฆฟ

    Solidity 1 2