Skip to main content

Feedback

Loading...

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.

QRCode Example

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.

Wrapper/ ErrorBoundary Example

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.

SelectiveRedaction Example

Click "Remove" on the redactable values to specify the information you want to remove.

SelectiveRedaction Example

Click "Done" on the to complete the process. After that, you can now download the document with hidden values

SelectiveRedaction Example

PrintWatermark

The PrintWatermark Component allows users to include the TradeTrust watermark text in the background of a document's print preview.

PrintWatermark Example

See Also

Generic Templates by TradeTrust