Skip to content

Instantly share code, notes, and snippets.

0xEc660C4E2488645160EB8a9B8a4bB1408AADAE87

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:

@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);
@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 / 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 / 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:42
zkparty phase2 tusted setup MPC contribution summary
{
"ceremony": "zk_transaction_1_3",
"ceremonyId": "k9CJHwJoeSRMGtjHUiF6",
"time": "2021-03-27T05:42:52.624Z",
"contributionNumber": 72,
"hash": "68b57c1f ce51b902 3e9f07e6 b4305986\n 796afd20 9b2a71d3 af0e6b8d a537dd8a\n 04906efb 814dcf8d 5938d316 53cbc355\n 1dec681e c59b78d7 e02360d4 41b24d03\n"
}
@techieanant
techieanant / attestation.txt
Created March 27, 2021 05:44
zkparty phase2 tusted setup MPC contribution summary
{
"ceremony": "zk_transaction_1_4",
"ceremonyId": "VgOEuoAjThuaDosXRroW",
"time": "2021-03-27T05:44:30.873Z",
"contributionNumber": 69,
"hash": "025618e3 885a5424 64ce4298 c2f21594\n a08d33a3 e622c0f0 0e647828 355b993e\n 820291b8 2b828223 29710ace d10595cb\n 0f0bda07 ee082b66 4279c204 963cbfa3\n"
}
@techieanant
techieanant / attestation.txt
Created March 27, 2021 05:47
zkparty phase2 tusted setup MPC contribution summary
{
"ceremony": "zk_transaction_2_1",
"ceremonyId": "btlNv8naLSHxVoZbjUJS",
"time": "2021-03-27T05:47:00.132Z",
"contributionNumber": 65,
"hash": "bd8f7550 d57137cd b7ed2197 7d956a86\n 4a17d619 06250055 7e2b2330 0814729a\n 3a7ed6ea 4473cd39 5d5d5206 04ef710c\n 359d127b 6cba6373 f3a57c6b a1755162\n"
}
@techieanant
techieanant / attestation.txt
Created March 27, 2021 05:49
zkparty phase2 tusted setup MPC contribution summary
{
"ceremony": "zk_transaction_2_2",
"ceremonyId": "d0eQ24D01KCNaAHd8nM8",
"time": "2021-03-27T05:49:25.543Z",
"contributionNumber": 62,
"hash": "63171cd4 3f7d13c9 77ae24a0 2310a9f8\n 038d267c 9d42c9e9 2c843410 fcb49ab6\n f9388358 6621e423 be2de237 4e4f29bd\n ff61ac11 f6e43eb6 64bc1953 8a8a9bf5\n"
}