Skip to content

Instantly share code, notes, and snippets.

@tarassh
tarassh / ProofOfExistence.sol
Created October 17, 2017 09:41 — 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;