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

package rowan

func Name() string {
    return "Lee Hyohwak"
}

func Intro() string {
    return `Specializing in crypto wallet development and blockchain UX,
            making Web3 technology more accessible and user-friendly for everyone.`
}

func Experience() []string {
    return []string{
        "Keplr (September 2024 – Present, Frontend Engineer)",
    }
}

func Skills() []string {
    return []string{
        "Typescript", "Next.js", "Solidity",
    }
}

Pinned Loading

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

    밑바닥부터 시작하는 비트코인을 읽고 Go로 구현해보는 프로젝트

    2

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

    Foundry를 사용해 Web3OJ 문제를 풀 수 있는 템플릿

    Solidity 1 1