This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
OlderNewer