Skip to content
View mvares's full-sized avatar
  • Brazil
Block or Report

Block or report mvares

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
mvares/README.md

Hi 👋, I'm Miguel Tavares.

Currently, I'm active contributor of Reth, Fuels SDK, Alloy and other projects that I find interesting, such as Hono.

I'm very interested in cryptography, distributed systems and backend in general. I mainly code in TypeScript and Rust.

Pinned Loading

  1. FuelLabs/fuels-ts FuelLabs/fuels-ts Public

    Fuel Network Typescript SDK

    TypeScript 44.3k 1.3k

  2. alloy-rs/alloy alloy-rs/alloy Public

    Transports, Middleware, and Networks for the Alloy project

    Rust 490 165

  3. paradigmxyz/reth paradigmxyz/reth Public

    Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

    Rust 3.6k 958

  4. honojs/hono honojs/hono Public

    Web framework built on Web Standards

    TypeScript 17.5k 488

  5. Pedersen Commitments + Edwards Curves Pedersen Commitments + Edwards Curves
    1
    use curve25519_dalek::{constants::ED25519_BASEPOINT_POINT, EdwardsPoint, Scalar};
    2
    use rand::rngs::OsRng;
    3
    
    
    4
    fn pedersen_commit(value: &Scalar, blinding_factor: &Scalar) -> EdwardsPoint {
    5
        let g = ED25519_BASEPOINT_POINT;
  6. inventory-pdf inventory-pdf Public

    📦 facilitate inventory control with pdf

    TypeScript 3 2