Skip to content

Instantly share code, notes, and snippets.

View jdetychey's full-sized avatar

Jerome de Tychey jdetychey

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jdetychey on github.
  • I am jdetychey (https://keybase.io/jdetychey) on keybase.
  • I have a public key whose fingerprint is CFDF 45F0 7305 7E53 1042 3ADB 414B BA29 FC77 736E

To claim this, I am signing this object:

This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:muport:QmNtT2PjQkXkrvGgeUqjNGwoQ6RK6qb3CsfdEtXwLszAbM ✅
Create your profile today to start building social connection and trust online at https://3Box.io/

This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.

✅ did:muport:QmNtT2PjQkXkrvGgeUqjNGwoQ6RK6qb3CsfdEtXwLszAbM ✅

Create your profile today to start building social connection and trust online at https://3Box.io/

@jdetychey
jdetychey / 3box.txt
Last active July 24, 2019 15:17
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. ✅ did:muport:QmNtT2PjQkXkrvGgeUqjNGwoQ6RK6qb3CsfdEtXwLszAbM ✅ Create your profile today to start building social connection and trust online at https://3Box.io/
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:muport:QmNtT2PjQkXkrvGgeUqjNGwoQ6RK6qb3CsfdEtXwLszAbM ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
pragma solidity ^0.4.11;
contract Payer {
function pay(address _a) payable {
secureSend(_a, msg.value);
}
function secureSend(address a, uint v) internal {
if (v < address(this).balance) throw;
@jdetychey
jdetychey / 0xfe on deploy
Last active April 21, 2017 17:17
0xfe on deploy
pragma solidity ^0.4.10;
contract ArtCertificate {
/*ownable : begin contract */
/*Public variables*/
address public owner;
uint public LastChangeOfOwnership;
/*events for log*/
event ChangeOfOwnership(address newOwner);
/* modifiers*/

Keybase proof

I hereby claim:

  • I am jdetychey on github.
  • I am jdetychey (https://keybase.io/jdetychey) on keybase.
  • I have a public key whose fingerprint is 9A5E E188 DBB9 54A3 7319 FEAB 87C0 B6F5 8429 818F

To claim this, I am signing this object:

I hereby claim:

  • I am jdetychey on github.
  • I am jdetychey (https://keybase.io/jdetychey) on keybase.
  • I have a public key whose fingerprint is 49E8 3037 1E3C 87E6 8EFF EC3E CB15 F08C D2DB 7D2A

To claim this, I am signing this object:

{