Skip to content

Instantly share code, notes, and snippets.

View bobkilla's full-sized avatar

Renneville Guybert bobkilla

  • Maltcommunity
  • Lyon
View GitHub Profile
/**
* @title Rock Paper Scissors Lizard Spock
* @author Nicolas Wagner - <nicolas@kleros.io>
*/
/* This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://www.wtfpl.net/ for more details. */
/**
* @title Rock Paper Scissors Lizard Spock
* @author Nicolas Wagner - <nicolas@kleros.io>
*/
/* This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://www.wtfpl.net/ for more details. */
0xCe4C3d332c2d57e762cCBD6De9fEACcbf0cec572
I don't have time for more, I will come back to help.
Name: FirstBlood
Website : https://firstblood.io/
Twitter : https://twitter.com/firstbloodio
Github : https://github.com/firstbloodio
Slack : http://slack.firstblood.io/
Email : team@firstblood.io
Facebook: https://facebook.com/firstbloodio
Forum: https://community.firstblood.io/
@bobkilla
bobkilla / membership.sol
Created February 4, 2017 14:46
Simple solidity membership contract
pragma solidity ^0.4.9;
contract Organization {
struct Member { // Struct
string nickname;
string city;
bool active;
}
mapping(address=>Member) public members;
uint256 public fee;

Keybase proof

I hereby claim:

  • I am bobkilla on github.
  • I am bobkilla (https://keybase.io/bobkilla) on keybase.
  • I have a public key whose fingerprint is F7BF 01DD AEB9 C078 8CBB 16C3 43B5 7896 7F9E 51F1

To claim this, I am signing this object: