Skip to content

Proof of existence. Certify documents, verify ownership, prove the existence of digital assets easily.

License

Notifications You must be signed in to change notification settings

secretarium/klave-proof-of-existence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klave - Proof of existence

An implementation on Klave of a Proof of Existence concept which stores hashes and associates to the hash a timestamp and a block height.

Description · Features · Deploy Your Own · Build Locally · Test Locally · Authors

Wasm AssemblyScript

Description

Leverage Klave's cryptographic proof of integrity to prove the existence, certify, or prove the ownership of your digital assets.

The proof existence contract implements an API that provides the following functions:

  • Fetch the proof of existence of a digital asset providing a cryptographically trusted timestamp
  • Store the proof of existence of a digital asset
  • Get the current number of certified digital assets

Features

  • Fetch proof: Fetch the proof of existence of the hash of a document
  • Store proof: Store the proof of existence of the hash of a document
  • Fetch index: Fetch the number of existing documents

Deploy Your Own

You can deploy your own version of the Klave Proof of Existence to Klave with one click:

Deploy on Klave

Build Locally

You can build your template into wasm locally, allowing you to validate the hash of the application deployed on Klave.

Note: You should have node and yarn installed to be able to build locally.

yarn install
yarn build

This will create the .wasm file in the ./klave folder.

Test Locally

You will find on Klave's github an example of a simple UI to target your proof of existence app deployed using this template:

Authors

This library is created by Klave and Secretarium team members, with contributions from:

About

Proof of existence. Certify documents, verify ownership, prove the existence of digital assets easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published