Skip to content
View igor53627's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Sponsoring

@simonw
@obra
@BurntSushi
@badlogic
@openclaw

Highlights

  • Pro

Block or report igor53627

Report abuse

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

Report abuse
igor53627/README.md

Research on Ethereum Execution Client

Project Description
ubt-rs Rust implementation of Unified Binary Trie; reference EIP-7864 data structure for efficient Ethereum state storage and migration experiments.
ubt-exex Reth execution extension for UBT; plugs a UBT-backed state engine into Reth to evaluate EIP-7864 in a real client.

Private Information Retrieval (PIR)

Project Description
plinko-rs Practical Rust implementation of the PLINKO PIR protocol with data extraction from Sepolia and hint generation; built to feed real-world PIR queries from on-chain Ethereum data.
inspire-rs Rust implementation of the INSPIRE PIR protocol; focuses on production-ready primitives and integration with Ethereum-style datasets.
inspire-exex Two-Lane InsPIRe PIR for private Ethereum state queries with honest-but-curious server.

Obfuscation

Project Description
tlos Topology-Lattice Obfuscation for Smart Contracts; four-layer security (topology, LWE, wire binding, puzzle) protects low-entropy secrets on-chain. Enables password-gated vaults, sealed-bid auctions, and on-chain treasure hunts.
ma-dai-shi-io Quasi-linear iO implementation (Ma-Dai-Shi 2025); Rust library, Lean 4 proofs, and on-chain seed phrase challenge demo.

Tor & Privacy Infrastructure

Project Description
tor-ethereum-ecosystem Ethereum ecosystem tools accessible over Tor; curated configs and examples for running RPCs, explorers, and infra as onion services.
webtor-rs Rust library for Tor web services; simplifies exposing HTTP APIs as onion services and managing Tor integration in Rust backends.
onion-service-monitor Monitoring tool for onion services; tracks uptime, reachability, and health of Tor endpoints used by privacy-focused infrastructure.
blockscout-onion Blockscout blockchain explorer over Tor; packages a full Blockscout stack behind an onion service for censorship-resistant chain analytics.
gethrelay Geth relay service for Tor; enables Ethereum node communication over the Tor network.

Smart Contracts & EVM

Project Description
ipfe.sol Inner Product Functional Encryption for EVM using bn256 precompiles; enables private computation over encrypted on-chain data.
liq Ultra gas-optimized ERC-3156 flash loans; minimizes gas costs for atomic arbitrage and liquidation bots.
iconregistry.eth Icon registry smart contract; on-chain mapping for asset/contract icons to improve UX for wallets, explorers, and dapps.
voidgun Drop-in RPC privacy for Ethereum. Proxy architecture that turns existing multi-chain wallets into private transaction endpoints.

Private

These repos are not publicly available. Links are used by Player 53627 for easy navigation.

Project Description
circuit-mixing-research Experimental lab for understanding how far we can push pure circuit mixing (without heavy cryptography) against compression and structural attacks.
yolo Privacy-preserving yield-bearing stablecoin on Ethereum L1; explores fully collateralized stablecoin design with hidden balances and flows.
reth-relay Privacy-focused P2P relay for reth with Tor/I2P support.

Popular repositories Loading

  1. iconregistry.eth iconregistry.eth Public

    On-chain icon registry for wallets - iconregistry.eth

    TypeScript 8 1

  2. tor-ethereum-ecosystem tor-ethereum-ecosystem Public

    A directory of privacy-preserving tools and infrastructure for the Ethereum ecosystem that leverage the Tor network

    TypeScript 3

  3. tlos tlos Public

    TLOS: Topology-Lattice Obfuscation for Smart Contracts

    Rust 1 1

  4. liq liq Public

    Zero-fee, gas-optimized USDC flash loans for arbitrage and liquidation bots

    Solidity 1

  5. blockscout-onion blockscout-onion Public

    A lightweight, production-ready setup to expose any HTTP service as a Tor hidden service (.onion address) using Docker Compose

    JavaScript 1

  6. onion-service-monitor onion-service-monitor Public

    A fully automated monitoring system for Tor hidden services (.onion addresses) with a modern React frontend, powered by Arti (Rust Tor implementation)

    Rust