Skip to content

Instantly share code, notes, and snippets.

@otaliptus
otaliptus / layerzero-citrea.md
Created September 27, 2025 08:28
LZ Citrea Addresses
@otaliptus
otaliptus / citrea-risc0-to-bitvm-circuit_attestation.log
Created July 7, 2025 14:08
Attestation for Citrea Risc0 to BitVM Circuit MPC Phase 2 Trusted Setup ceremony
Hey, I'm otaliptus-56600661 and I have contributed to the Citrea Risc0 to BitVM Circuit MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (verify_for_guest)
Contributor # 3
Contribution Hash: 8c0406d4 697c6689 e04f080b 2b103bcd
9c774d84 730bdf4d 2359c4da d362bffb
597cb6ab 60e93fef e544eb7f 8e6f53a3
c448793f a034dc6e 4510afab 75549922
@otaliptus
otaliptus / wtx_merkle_proof_gen.py
Created December 14, 2024 19:50
Generates a witness merkle proof for a Bitcoin transaction
import hashlib
import requests
import hashlib
import json
# Whatever RPC you prefer to use, modify in that sense
API_URL = "..."
API_KEY = "..."
block_hash = ""