Skip to content

Instantly share code, notes, and snippets.

@techieanant
techieanant / attestation.txt
Created March 27, 2021 05:41
zkparty phase2 tusted setup MPC contribution summary
{
"ceremony": "zk_transaction_1_2",
"ceremonyId": "3lHsQDxM4lQKxkwA0Oyj",
"time": "2021-03-27T05:41:18.300Z",
"contributionNumber": 80,
"hash": "0b12aa40 ae84f45d 3fb615f5 cae40254\n 5ae56c06 633f8460 f7a77ac1 bf40e81a\n 7b5f30bc 392ab4d2 0d304783 bfbf7fe5\n e7d92ffa d606770d 9696492a 220520eb\n"
}
@techieanant
techieanant / attestation.txt
Created March 27, 2021 05:39
zkparty phase2 tusted setup MPC contribution summary
{
"ceremony": "zk_transaction_1_1",
"ceremonyId": "hIfLWePJPn6ldES7OZjB",
"time": "2021-03-27T05:39:43.124Z",
"contributionNumber": 92,
"hash": "bb535adc 59984000 433055b2 76367eb0\n 21816eae 46da5587 ebfb5bfd 3461f618\n b7967ddb b7c960a4 3ec1c303 482c29dc\n e523783d 1da4f2ed 2ebb0b12 54256f8a\n"
}
@techieanant
techieanant / post_install.sh
Last active September 28, 2020 02:11 — forked from paulness/post_install.sh
Ubuntu post installation script for installing software of your choice.
#!/bin/bash
echo "Enter your username:"
read USER_NAME
curl_check ()
{
echo "Checking for curl..."
if command -v curl > /dev/null; then
echo "Detected curl..."
@techieanant
techieanant / IERC20.sol
Created August 28, 2019 04:16
Byzantine ERC20 Workshop
pragma solidity >=0.4.22 <0.6.0;
interface IERC20 {
function balanceOf(address who) external view returns (uint256);
function transfer(address to, uint256 value) external returns (bool);
function allowance(address owner, address spender) external view returns (uint256);
function transferFrom(address from, address to, uint256 value) external returns (bool);
function approve(address spender, uint256 value) external returns (bool);
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);

Keybase proof

I hereby claim:

  • I am techieanant on github.
  • I am anantup (https://keybase.io/anantup) on keybase.
  • I have a public key ASDtp_0UF14MyjavIB-E20KIdxNgBGFV0L6WPWpwGQl1_wo

To claim this, I am signing this object:

0xEc660C4E2488645160EB8a9B8a4bB1408AADAE87