Skip to content

Instantly share code, notes, and snippets.

View stephantual's full-sized avatar
👽
Ursium.AI

Stephan Tual stephantual

👽
Ursium.AI
View GitHub Profile

Keybase proof

I hereby claim:

  • I am stephantual on github.
  • I am stephantual (https://keybase.io/stephantual) on keybase.
  • I have a public key ASAz2KMpv6wh08q3CBqmcnD7LTQby2MAs81wFF-4gj-uRAo

To claim this, I am signing this object:

[ { "constant": true, "inputs": [ { "name": "", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "", "template": "elements_input_uint" } ], "name": "Proposals", "outputs": [ { "name": "recipient", "type": "address" }, { "name": "amount", "type": "uint256" }, { "name": "description", "type": "string" }, { "name": "votingDeadline", "type": "uint256" }, { "name": "open", "type": "bool" }, { "name": "ProposalPassed", "type": "bool" }, { "name": "ProposalHash", "type": "bytes32" }, { "name": "ProposalDeposit", "type": "uint256" }, { "name": "newServiceProvider", "type": "bool" }, { "name": "yea", "type": "uint256" }, { "name": "nay", "type": "uint256" }, { "name": "creator", "type": "address" } ], "type": "function", "displayName": "Proposals" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address", "typeShort": "address", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;spender", "template": "elements_input_address" }, { "name": "_amount", "t
contract WillManager {
address public willOwner;
bytes32 public hashOfWill;
function WillManager(){
willOwner = msg.sender;
}
function newWill(string will) {
if (msg.sender != willOwner) throw;
hashOfWill = sha3(will);
/// title: Will Manager to for a Non-Devs' Enjoyment!
/// author: Griff Green
/// notice: This Contract gives the user a chance to interact with the
///blockchain as a novice, it is not actually for Will Validation
contract WillManager {
/// notice: Making these variables public displays them in the Ethereum Wallet.
address public willOwner;
bytes32 public hashOfWill;
@stephantual
stephantual / sloli
Last active August 29, 2015 14:03
SLOLI: Super Lazy One Line Install (tm) for Ethereum GoLang on OSX Mavericks
#!/bin/bash
# v.1.0.9 (for PoC6+)
# SLOLI
# Super Lazy One Line Install (tm), or SLOLI, is for OSX Mavericks ONLY
# If you spot inefficiencies they are there for a reason (edge cases, supporting previously aborted installs, etc)
# INSTALL
# This script will install the GoLang implementation of ethereum, including:
# - brew