Skip to content
View vinhtc27's full-sized avatar
🫠
Wondering…
🫠
Wondering…

Highlights

  • Pro

Block or report vinhtc27

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
vinhtc27/README.md

Hi there, I'm Vinh 🧑‍💻

fn main() {
    let vinh = Vinh::builder()
        .researcher()
        .software_engineer()
        .from("Hanoi, Vietnam")
        .age(Duration::from_years(23))
        .love(["Tech 💻", "Gym 🏋️", "Climbing 🧗"])
        .stack(["Rust 🦀", "Blockchain 📦", "Cryptography 🔐"])
        .dream(todo!("See, feel and explore everything 🔥"))
        .contact("linkedin.com/in/vinhtc27")
        .build();
}

Contributions:

Pinned Loading

  1. vacp2p/zerokit vacp2p/zerokit Public

    A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.

    Rust 142 13

  2. vacp2p/status-rln-prover vacp2p/status-rln-prover Public

    Rust 3

  3. status-im/status-network-monorepo status-im/status-network-monorepo Public

    Forked from Consensys/linea-monorepo

    The principal Status Network monorepo

    Go 4 3

  4. mev mev Public

    Naive MEV bot implemented in Golang for learning and experimentation.

    Go