Time to Complete: ~5 minutes per guide
What You’ll Learn: How to create wallets, register files, and verify their provenance using Trust Engine
Trust Engine supports multiple integration methods. Choose the approach that best fits your project and development style:

Choose Your Integration Method


What Each Guide Covers

All quickstart guides follow the same essential workflow but are tailored to your chosen technology:
1
Installation & Setup
Install the necessary tools and initialize your environment
2
Create a Wallet
Set up a managed wallet to own your registered files
3
Register Files
Upload and register files on the blockchain for permanent provenance
4
Verify & Search
Search for registered files and verify their blockchain registration

Quick Comparison

MethodBest ForFile SourceComplexity
ReactFrontend apps, user uploadsFile input elementsMedium
Node.jsBackend services, automationFilesystem, uploadsMedium
REST APIAny language, custom integrationsManual hash calculationLow
CLIAutomation, scripting, DevOpsLocal files, batch operationsLow

Before You Start

Prerequisites

  • Node.js 16+ (for SDK and CLI)
  • A file you want to register (any format: PDF, image, document, etc.)
  • 5 minutes of your time

What You’ll Get

After completing any quickstart guide, you’ll have: ✅ A blockchain wallet linked to your user ID
✅ Your first file permanently registered on Solana
✅ Verification that your file is securely stored
✅ Working code examples you can build upon

Need Help?


💡 Pro Tip: If you’re unsure which method to choose, start with the CLI guide for the simplest experience, or React guide if you’re building a web application.