I hereby claim:
- I am eddieoz on github.
- I am osoriojr (https://keybase.io/osoriojr) on keybase.
- I have a public key whose fingerprint is C205 6B0C 12D5 79A5 B172 AB85 3480 FB98 373B 56FB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
contract proofOfExistence { | |
mapping (bytes32 => Document) public documents; | |
struct Document { | |
uint date; | |
address creator; | |
bytes32 hash; | |
address[] signers; | |
} | |
/* | |
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}) |