peercoin / perpera-web

A web client for Perpera data-audit protocol.

Home Page:https://perpera.peercoin.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perpera Project

A Data Audit Protocol.

The primary purpose of this protocol is to record cryptographic hashes of successive revisions of single-file documents in a public blockchain, in a manner which enables thin clients to easily query and verify document histories. Such histories inherit useful properties from the underlying blockchain, namely immutability and massive replication, and can therefore serve as proofs of existence.

The goal is to impose minimal requirements on the blockchain, in terms of both features and storage space.

This web app is based on perpera library.

Run locally:

npm install
npm start

Then open http://localhost:3000/

Deploy:

npm run deploy

About

A web client for Perpera data-audit protocol.

https://perpera.peercoin.net

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 98.9%Language:TypeScript 0.7%Language:CSS 0.3%Language:HTML 0.0%