Skip to content
View ChefBingbong's full-sized avatar

Block or report ChefBingbong

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ChefBingbong/README.md

#0x-Bing-Bong πŸ‘‹ I'm bingbong a software engineer from Ireland

const someOfMyInfo = {
  name: "ZeroExBingbong",
  pronouns: "him" | "he",
  languages: ["Typescript", "Go", "Python", "Solidity"]
};

What I Do

  • 🐰 Senior Software engineer at Oooga Booga on Berachain
  • πŸ’£ Previously worked at PancakeSwap, Moralis, Ren, Catalog Fi
  • 🧠 BSc in Applied Physics from Dublin City University (ranked 2nd in my class with first degree honours (79% GPA))
  • πŸ“ Working and researching Zero Knowledge Proof systems and public key cryptography in my spare time
  • Aswell as studying distributed systems theory

My Intrests

  • ❀️ Passionate and curious about distributed systems and P2P
  • ✨ I love TypeScript, golang Solidity and Python
  • πŸ‘¨β€πŸ’» currently learning Rust and golang
  • 🌍 I love writing, especially academic research and formal papers
  • πŸ“˜ Read some of my work below

Some Of My Work (Research)

Socials & Portfolio/Youtube

Pinned Loading

  1. ts-ethereum ts-ethereum Public

    Full ethereum client and consensus implementation in TypeScript

    TypeScript

  2. ethereum-transaction-tracer ethereum-transaction-tracer Public

    an evm developer tool to visualise ethereum transaction stack traces in javascript developer enviornments

    TypeScript 7

  3. kademlia-p2p-ts kademlia-p2p-ts Public

    An implementation of the kademlia Distributed hash table and peer discovery protocol in typescript

    TypeScript 5 1

  4. Secure-Multi-Party-Computation-DSA-BTC-Bridge Secure-Multi-Party-Computation-DSA-BTC-Bridge Public

    an implementation of a 5 step threshold signature scheme and a peer to peer network for distributed private key management for BTC bridging in typescript

    TypeScript 1 1

  5. go-secp256k1 go-secp256k1 Public

    efficient Go wrapper for the libsecp256k1 c library, exposing the field and group structures with support for arm64 apple silicon

    C

  6. viem-go viem-go Public

    efficient ethereum library written in golang that is similar to viem

    Go