Skip to content

Instantly share code, notes, and snippets.

View recmo's full-sized avatar

Remco Bloemen recmo

View GitHub Profile
@recmo
recmo / safe-tx.ts
Created March 20, 2025 18:30
Safe transaction proposal
#!/usr/bin/env -S deno run --allow-read --allow-env --allow-net
// Note: Deno is almost self-contained, but you need to create a deno.json file to make it work.
// This file should contain `{"nodeModulesDir": "none"}`
import { MetaTransactionData, OperationType } from 'npm:@safe-global/types-kit'
import SafeApiKit from 'npm:@safe-global/api-kit'
import Safe from 'npm:@safe-global/protocol-kit'
const chainId: bigint = 480n // World Chain
const provider = 'https://worldchain-mainnet.g.alchemy.com/public'
#!/usr/bin/env rust-script
// cargo-deps: thiserror = "2.0"
//!
//! Implements a tail-calling interpreter in Rust.
//!
#![feature(explicit_tail_calls)]
use std::mem::transmute;
use thiserror::Error;
@recmo
recmo / world-id-protocol_attestation.log
Created February 16, 2026 06:38
Attestation for world-id-protocol MPC Phase 2 Trusted Setup ceremony
Hey, I'm recmo-4532328 and I have contributed to the world-id-protocol MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (oprfkeygenproof13)
Contributor # 69
Contribution Hash: 7d569ece 134114ce 682989a1 7ce4fe1e
3783a589 7d00d1b9 03cde5a7 60dea29b
42cb35e6 8d59db22 1e1690a7 1300da7d
ad6a830b 34b479eb 5aea5735 1f8ab825