TradeTrust Decentralized Renderer Core Components
TradeTrust decentralized renderer repository contains a collection of example templates along with demonstrations of how to use core components. You can find these examples in the /src/templates
directory. These templates serve as references and guides to help you set up your own templates to meet your unique requirements.
DocumentQrCode
It allows users to share documents across devices using a QR code.
For detailed information on how to use the QR Code Component, please refer to the official documentation here.
Wrapper/ ErrorBoundary
The Wrapper/ErrorBoundary Component is designed to handle scenarios where a template cannot be rendered correctly. In such cases, this component can act as a fallback, displaying a user-friendly error message and stack.
SelectiveRedaction
The SelectiveRedaction Component is a powerful tool for safeguarding sensitive information within a document. To use the SelectiveRedaction in the decentralized renderer, follow these steps
Click the "Edit Document" button within the SelectiveRedaction component.
Click "Remove" on the redactable values to specify the information you want to remove.
Click "Done" on the to complete the process. After that, you can now download the document with hidden values
PrintWatermark
The PrintWatermark Component allows users to include the TradeTrust watermark text in the background of a document's print preview.