Skip to content

Instantly share code, notes, and snippets.

View andreferreira-me's full-sized avatar

André Ferreira andreferreira-me

View GitHub Profile
@eddieoz
eddieoz / DocSignEther
Last active November 24, 2015 22:04 — forked from anonymous/Assinatura1
Created using soleditor: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity?gist=
/*
Contract Manual:
Begin with document name (hash) and signers:
var _docHash = "abcd-1234" ;
var _signers = ["0xdcdb59990a6115b062a3a98f985a21170fa11588","0x7855d719c027691a0e79300209ff532547f68afa"];
Start contract sending 900000000000000000 weis per signer to the contract.address
eth.sendTransaction({from: eth.accounts[1], to: assinatura.address, value: 18000000000000000, gas:1000000})
@redoPop
redoPop / .gitignore
Created June 18, 2010 22:08
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your