Skip to content

Instantly share code, notes, and snippets.

View czarly's full-sized avatar

Sebastian Heyden czarly

View GitHub Profile
@czarly
czarly / attestation.txt
Created April 6, 2022 17:24
Attestation
I contributed to the Semaphore Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: semaphore16
Contributor # 112
Hash: 05b88e64 3e0a1c1c bd783359 37b1aa3f
c968620d a5bf90fc 13cc5352 4b7a0652
5e5d910d af103fff f9ea0abc b908846d
323fed12 e2b48ab0 3decf491 5c7ae0f6
@czarly
czarly / attestation.txt
Created April 5, 2021 12:45
ZKOPRU trusted setup attestation
I contributed to the ZKOPRU Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: zk_transaction_1_2
Contributor # 396
Hash: 41b66873 dbce9167 4da72247 66725c43
b9f9f218 b3cc8a8e 9250e54d 8fb8578b
8e3404ad c04e2c60 1ba7cd02 af9f1b4d
7fda26ea 5b5419ed 622aa101 272d53b7
[{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xaf931cb83e56179946415776521532223fdd523d4e56a8c4e6e7eec22f1a2f80"],"id":502958},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xc9f75e823addf3056685bfae51bd938d351b9b6ae73ebe9461b58bd441794582"],"id":502959},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x4e0e20c11691b7681ce594842976a5a101e16c7b7c288c27c95c5b03da009207"],"id":502960},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xa9acca88e0db11dbfb6df222c431b1d590771e7228eea856ce4f70c148e96c93"],"id":502961},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x9cc0ba9fe777ce5e8d0e147cb2b2cf2c5d7c844c8af56ac3447830a618c8b867"],"id":502962},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xceafe742be087cc5c235d1af7411e2b9843bf389285a47f0514268a443cc13cf"],"id":502963},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x0af5e7ce8966f4249bb3438aaa36562ad648d88d268f96f9143486f58aa4178c"],"id":50
[{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xd8c56f67622d0570bbad8ff118ac0b3c08036b5a8518d38eb78fd0412e15731a"],"id":482333},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x7076317cda267a42557c2a42524dccdc52bd5172abe20a270f197424e75bc7fa"],"id":482334},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x628afb32b17443fe21a8e36185f8019bbdc0e717779724ee394fd2d18ecd089f"],"id":482335},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xab831b155922779564b72b1700d5747e1482aac5fdaa254660b7806bfd7cf9ad"],"id":482336},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x7d9149fbd78d4294162526b9f5d32ff1c0581d18e39358ac388363f129d26182"],"id":482337},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x3563477ec4c5b943a86d2f424f2778b94a02c101df9d44c8f8d0630fb265b5d7"],"id":482338},{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x59030db950f8f0fb70e49d1a72ea92a730fea50a169492cc3d97ad70c3dff0af"],"id":48
const http = require("http");
const url = require('url');
// only http supported
const eth_node_url = "http://135.181.19.221:8545";
const forward_url = url.parse(eth_node_url);
var server = http.createServer((req, res) => {
let input = [];
# make yourself a nice new wallet
docker run -v /kulupu-data:/data -it kulupu/kulupu generate-mining-key
######## write down everything of the output in a secure place #########
# author in tbe next command should be the public key from the output before
docker run -v /root/kulupu-data:/data -d --name kulupu kulupu/kulupu --validator --author 0x12beb90eca63691d0e03e42a201b1d520885b344b3f284ebc32524e70a609a0a
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreicmjazsdk2ew276tjf7qdu6gwij7u3v3vgyno5hvstscrxwpx3xse ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
var http = require('http'),
request = require('request');
const geth_node_url = 'https://mainnet.infura.io/v3/<project_id>'
const anyblock_api_key = '<api_key>';
var trace_api = [
'trace_call',
'trace_callMany',
'trace_rawTransaction',