/blockchain-notary

A simple blockchain app allowing you to notarise your digital assets

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

blockchain-notary

Blockchain Notary is a very simple and the second most logical Blockchain app leaveraging Smart Contracts.

Before you get started

Remember that a blockchain is an immutable, sequential chain of records called Blocks. They can contain transactions, files or any data you like, really. But the important thing is that they’re chained together using hashes.

What we do

In the past, if you wanted to prove that you had a certain document at a certain point of time, you would need to go to a notary public who will (for a fee) testify a witness to that fact.

What we do is that we provide a unique proof of any electronic document and we record this information (notarise it) on the Blockchain. The result is a mathematical proof that is difficult and resources consuming to find but very quick and easy to verify, hence making it indisputable proof of your original document.

Of course, we only work with the mathematical formulas and the digital signatures of your documents. This isn't making your documents accesible or readable for anybody. Not even we get to see your document. It's the computed document hash that is publicly available and it's this computed document hash that we use to make your original document verifiable and trusted.

Once we have done that, we will email you a permanent link referencing the proof of your document on the Blockain. This proof is valid forever, guaranteed by the Blockchain network itself. It's really that simple. :)

How it works

Blockchain Notary is an open source service that computes the cryptographic hash for your documents and store this cryptographic information on the Blockchain.

We use the SHA-2 algorithm to compute hash for your files and we never get to actually upload your file anywhere to a server. This means that your document content is 100% secured and cryptographically protected along the way.

Using our service, you will get the ultimate proof of your digital document yet it's secure and nobody but you gets to access the content whilst everyone will have an ability to verify it's authenticity. Yeah, and that's how it works really. Blockchain rules.

License

BSD-2-Clause

Donation Address

ETH: 0xbcFAB06E0cc4Fe694Bdf780F1FcB1bB143bD93Ad

The demo can be currently seen on http://18.157.182.120:8000/

Have fun and enjoy! :)