Skip to content

Instantly share code, notes, and snippets.

@Detoo
Detoo / semaphore-binary-merkle-root-fix_attestation.log
Created July 29, 2025 19:32
Attestation for Semaphore Binary Merkle Root Fix MPC Phase 2 Trusted Setup ceremony
Hey, I'm Detoo-1946265 and I have contributed to the Semaphore Binary Merkle Root Fix MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (semaphore-1)
Contributor # 73
Contribution Hash:
a60cf84d 6e6c7d44 09c7a3a8 a362926b
e4baaa03 6ce77b39 a74943ec 71fe111a
b7ed26b7 abeb68ac 5e60ea65 ba0b37d5
2bf435bc 1afd7fd9 b8ca966f a7310bf0
@Detoo
Detoo / privacy-pools-ceremony_attestation.log
Created February 21, 2025 04:47
Attestation for Privacy Pools Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm Detoo-1946265 and I have contributed to the Privacy Pools Ceremony.
The following are my contribution signatures:
Circuit # 1 (withdraw)
Contributor # 65
Contribution Hash:
5e0b4db3 80340225 3ef62bfe 013d1652
947452a4 4a8535fe a32ee1bf e8ce374b
8d55f767 3a4ce779 fd67b168 acda9615
194a32ee c1906ead d0f8e391 b69197ee
@Detoo
Detoo / run.ts
Created October 20, 2021 03:00
hardhat-fork account impersonating tx hash issue
import { ethers } from "ethers"
import simulationArr from "./simulationObj.json"
const clearingHouseProxy = "0x0f142b4df7f33655763b7ad4b3a2a0ef80dfb420"
// hardhat fork from rinkeby, block number : 9369746
async function start() {
const provider = new ethers.providers.JsonRpcProvider("http://127.0.0.1:8545")
for (const simulation of simulationArr) {

Keybase proof

I hereby claim:

  • I am detoo on github.
  • I am detoo (https://keybase.io/detoo) on keybase.
  • I have a public key ASBeLva1mOIrx_KiuN5_dc3sWp5zLeRVgz9HrXVI_Dpizgo

To claim this, I am signing this object:

@Detoo
Detoo / MinimumSpark.ipynb
Last active January 30, 2020 06:50
Minimum-Viable Spark Notebook using Jupyter+Almond
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
042515ea370b273aacebb3f506be43ae79a37a17d50ec8ba6e01887e9de44c96baa0c7c20527c6aaf58e8b83f707a4939f8c65ed42ceb66dc5b8705a00a1d43eb0;c-darwin
@Detoo
Detoo / API.md
Created January 30, 2017 22:14 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@Detoo
Detoo / boubou.js
Last active April 30, 2016 18:48 — forked from DingWeizhe/寶寶.js
新增line的功能
var fs = require('fs'),
http = require('http'),
https = require('https'),
express = require('express'),
bodyParser = require('body-parser'),
request = require('request'),
crypto = require('crypto'),
FBToken = '',
port = 443,
options = {
<!doctype html>
<html ng-app="Demo">
<head>
<meta charset="utf-8" />
<title>
Scope $watch() vs. $watchCollection() In AngularJS
</title>
<style type="text/css">
@Detoo
Detoo / 0_reuse_code.js
Created December 21, 2013 02:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console