Orbit
solana protocol · open source A decentralized marketplace protocol on Solana for trading physical and digital goods on-chain — a full Anchor/Rust program suite: markets, accounts, commission, escrowed settlement with dispute resolution, and an on-chain product search index. Full test suites and migrations across every program.
RustAnchorSolanasmart contracts
github.com/OrbitEng ↗ On-chain data infra
rust · private Real-time on-chain financial-data infrastructure for a Solana MEV / arbitrage system: live mempool ingestion over Geyser gRPC, AMM swap decoding and construction, and a latency-first execution path — down to forking the validator's QUIC transaction layer and tunneling it over SOCKS5 at the byte level.
RustQUICgRPCnetworkingSolana
revero
go · private An anti-bot VM reverse-engineering toolkit: decodes and decrypts a JavaScript-VM anti-bot payload, disassembles delivered bytecode into a typed instruction stream, and lifts it to IR for decompilation. Static custom-cipher recovery, Z3-driven opaque-predicate elimination, and a forked WASM interpreter for out-of-browser emulation.
Goreverse engineeringbytecodeZ3WASM
Transport & VM internals
systems · research Lower-level threads across the above: a hand-configured QUIC (quinn) client with custom TLS client-auth and 0-RTT, QUIC-over-SOCKS5 datagram tunneling (RFC 1928/1929), and devirtualization pipelines shared across sibling anti-bot systems — disasm → CFG → IR → decompile.
QUIC / quinnSOCKS5devirtualizationTLS