Skip to content

Instantly share code, notes, and snippets.

View rog3r's full-sized avatar

Rogério Oliveira rog3r

View GitHub Profile
@rog3r
rog3r / ProofOfExistence.sol
Created April 10, 2018 19:45 — forked from ageyev/ProofOfExistence.sol
This smartcontract is used to store documents text on the Ethereum blockchain and to get the document by document's hash (sha256).
/*
This smartcontract is used to store documents text on the Ethereum blockchain
and to get the document by document's hash (sha256).
*/
contract ProofOfExistence{
/* ---- Public variables: */
string public created;