I hereby claim:
- I am m1guelpf on github.
- I am m1guelpiedrafita (https://keybase.io/m1guelpiedrafita) on keybase.
- I have a public key ASAY0al4qfcUwQ3t4PikRcNjCVHWPBkJ8R5BzMQ43KeHywo
To claim this, I am signing this object:
| I contributed to the Semaphore Trusted Setup Multi-Party Ceremony. | |
| The following are my contribution signatures: | |
| Circuit: semaphore16 | |
| Contributor # 193 | |
| Hash: 2b0a1a94 661f7cbd 8ab00877 f3676570 | |
| 82d881d9 86990c5e 159ff5d7 1284945e | |
| cb3b7f30 3aceb733 80e6daed 3586257e | |
| 0012aaed 8918a3c4 cff31024 5744722e | |
| did:3:kjzl6cwe1jw148wahhdvncozedy5coxmqwso9aq23tb7xx9kxd31u9f1lesek3l |
| import { ethers } from 'ethers' | |
| import { ChainId } from '@/types/utils' | |
| import { namehash } from 'ethers/lib/utils' | |
| import { multicallAddresses, ZERO_ADDRESS } from '../consts' | |
| import { Multicall as MulticallInterface, Multicall__factory } from '@/contracts' | |
| export type Call = { | |
| contract: { | |
| address: string | |
| } |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.10; | |
| import 'solmate/tokens/ERC721.sol'; | |
| contract NFTBillboard is ERC721('NFT Billboard', 'BNFT') { | |
| error Unauthorized(); | |
| error TokenNotFound(); | |
| struct NFT { |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.10; | |
| import 'solmate/utils/SafeTransferLib.sol'; | |
| /** | |
| * @title Leaderboard | |
| * @author @nnnnicholas, tweaked by @m1guelpf | |
| * @dev Receive ETH and associate contributions with contract addresses. | |
| */ |
| // SPDX-License-Identifier: Unlicense | |
| pragma solidity 0.8.10; | |
| contract PRMTVS { | |
| struct Identity { | |
| string name; | |
| string bio; | |
| string email; | |
| string website; | |
| } |
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:3:bafyreigic2vtnqmiryifjotq73punydb3wsio3y3r4vagonxu2h7g5l2wq ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| set -x | |
| set -e | |
| export DEBIAN_FRONTEND=noninteractive | |
| sudo apt-get --purge autoremove -y mysql-server-5.6 | |
| curl -LO https://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb | |
| echo mysql-apt-config mysql-apt-config/select-product select Apply | sudo debconf-set-selections |
| title | Rendered Example | ||||
|---|---|---|---|---|---|
| description | Example gist to showcase the possibilities of UnMarkDocs | ||||
| next |
|