Signing Documents
After wrapping the documents and obtaining a merkle root, the documents are ready to be signed on the document store smart contract. Each documents will be signed individually, and the proof of the signature will be appended into the signed documents.
Signing the documents
In the example above:
public-key
the public key used to bind the wallet address with the DNS locationkey
is the wallet private key, generated when creating the wallet
Verifying the documents
Head to dev.tradetrust.io
and drag and drop one of the wrapped documents. The document will be verified, then displayed.
๐ Congratulations, you have completed the getting started guide to create your own Verifiable Document!