Skip to content

consensolabs/signchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signchain has bagged 2 sponsor prizes during the EthOnline hackathon 🎉 🎊.

We have some exciting roadmap planned for Signchain 🚀. So, keep an eye on https://www.signchain.xyz 👀

👷 The project development is moved to Signchain organization.

Signchain 📝 🔑

logo

Digital signing platform for legal documents

We have been working on an Arbitration platform for some time. While dealing with the conventional system, we felt that there is an absolute need for digitizing the signing process of legal agreements/ documents. That's when we started ideating around the digital signing platform (Signchain).

We know that there has been plenty of effort in the area of electronic signing. But the existing solutions don't seem to operate on standards that are interoperable. In Signchain, we want to address the age-old issues of document signing such as tampering, delayed process, verification troubles, with the help of decentralized storage and open verification. We also want to address the interoperability concerns by using standardized identity, storage, and signing protocols.

We created a basic platform where users can share the document privately with other counterparties that need access and sign the document. Whenever any party signs on the document, the proofs (standard digitally signed data) are recorded. The proofs of the signatures can be verified by anyone on the platform while only certain parties will have access to the document. The identity of all the parties can also be verified as the credentials are maintained using decentralized identity standards

We have used the the following technologies/ protocols:

  • Fleek / Filecoin slate/ Textile storage solutions
  • Ceramic IDX for decentralized identities

Check out the demo video:

quickstart

git clone https://github.com/consensolabs/signchain

cd signchain
yarn install

you might get node-gyp errors, ignore them and run:

yarn run start

in a second terminal window:

yarn run chain

in a third terminal window:

yarn run deploy

🔏 Smart contract is located at packages/buidler/contracts

📝 React frontend is at packages/react-app

📱 Open http://localhost:3000 to see the app