Introduction

Overview

This SDK is a React/TypeScript client for Trustless Work.

It wraps the Trustless Work API with hooks and typed payloads.

Most write calls return an unsigned XDR. Your app must sign it client-side.

What you’ll do with the SDK

  • Initialize escrows (single-release or multi-release).

  • Fund, approve, change milestone status, release, dispute, resolve.

  • Query and index escrows with helper endpoints.

Last updated