Skip to content

Instantly share code, notes, and snippets.

@slkzgm
slkzgm / copytrading-pending-benchmark-2026-03-25.md
Created March 25, 2026 11:46
Polymarket copy trading pending detection benchmark - 2026-03-25

Polymarket Copy Trading Detection Benchmark: Pending Transactions

Date: 2026-03-25

Scope

This benchmark focuses on the pending-transaction detection brick for Polymarket copy trading and compares it against:

  • Viem + Polygon RPC logs
  • Goldsky order_filled
@slkzgm
slkzgm / copytrading-detection-benchmark-2026-03-24.md
Last active March 25, 2026 17:31
Polymarket copy trading detection benchmark - March 24, 2026

Polymarket Copy Trading Detection Benchmark

Date of observed run: March 25, 2026
Run duration: 10 minutes
Run completed at: 2026-03-25T16:48:58Z
Tracked wallet: 0x6ac5bb06a9eb05641fd5e82640268b92f3ab4b6e

Scope

This benchmark focused only on the trade-detection brick for wallet-based copy trading on Polymarket.

Resume - Fullstack & Blockchain Developer

Lucas CUZZUCOLI
Email: contact@slkzgm.com
GitHub: github.com/slkzgm
Website: slkz.dev

👤 Profile

Proficient fullstack and blockchain developer with expertise in TypeScript, Next.js, Express.js, and Solidity. Passionate about developing tools and applications that simplify and enhance user experiences. Skilled in managing complex projects end-to-end, encompassing frontend, backend, smart contracts, automation, and reverse engineering. Active contributor within the Web3 community and experienced in open-source collaborations. Comfortable working autonomously as well as collaboratively in team environments.

@slkzgm
slkzgm / twitter-spaces-stream-player.ts
Last active December 21, 2024 13:40
A simple script to listen to Spaces via HLS stream.
/**
* Twitter Spaces Audio Player
*
* This is a proof of concept implementation that demonstrates how to:
* 1. Connect to a Twitter Space
* 2. Parse the HLS audio stream
* 3. Play the audio in real-time
*
* Requirements:
* - Node.js v18+ (for better https and streams support)