Skip to content
View piatoss3612's full-sized avatar

Highlights

  • Pro

Organizations

@HeroTicket
Block or Report

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

๐Ÿน About me

package piatoss

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

func Position() string {
    return "Blockchain Engineer"
}

func MyJourney() string {
    return "Exploring the integration of blockchain in everyday life,
            I dream of crafting a better world through the power of blockchain."
}

func Preferences() map[string]any {
    return map[string]any{
        "OS": "Windows",
        "Editor": "VSCode",
        "Language": []string{"Go", "Solidity", "Rust"},
        "How To Learn": "Learn by building",
        "Music": []string{"Rock", "City Pop", "Jazz"},
        "Game": []string{"TCG", "Souls-like", "Metroidvania"},
    }
}

func Contact() map[string]string {
    return map[string]string{
        "Email": "piatoss3612@gmail.com",
        "LinkedIn": "https://www.linkedin.com/in/hyohwak-lee",
        "X": "https://twitter.com/piatoss3612",
    }
}

โ˜• My recent posts

  1. Transient Storage ์ดํ•ดํ•˜๊ธฐ 2024-04-24
  2. ERC-4337: ๊ณ„์ • ์ถ”์ƒํ™” - ๊ฐ„๋‹จ ์ •๋ฆฌ 2024-04-23
  3. ERC-4337: ๊ณ„์ • ์ถ”์ƒํ™” - ํ…Œ์ŠคํŠธ๋ฅผ ํ†ตํ•œ Aggregator์˜ ๋™์ž‘ ์ดํ•ด 2024-04-22
  4. Foundry ํ”„๋กœ์ ํŠธ์—์„œ Hardhat ๊ฐ™์ด ์‚ฌ์šฉํ•˜๊ธฐ 2024-04-21
  5. ERC-4337: ๊ณ„์ • ์ถ”์ƒํ™” - ํ…Œ์ŠคํŠธ๋ฅผ ํ†ตํ•œ Paymaster์™€ LegacyTokenPaymaster์˜ ๋™์ž‘ ์ดํ•ด 2024-04-18

Pinned

  1. Go-alGorithm Go-alGorithm Public

    Go, Rust ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๋ฌธ์ œํ’€์ด

    Go 1

  2. bitcoin-from-scratch bitcoin-from-scratch Public

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