Developer Guide
Start building on Trustless Work with the REST API or SDKs.
Last updated
Start building on Trustless Work with the REST API or SDKs.
Trustless Work is Escrow-as-a-Service on Stellar (Soroban).
Use it to deploy escrows, fund them, track milestones, and release funds. Your app drives the flow via REST API or SDKs.
Most write endpoints return an unsigned XDR. You must sign it client-side with the correct role wallet.
Use this if you want full control and you’re already signing Stellar transactions.
Use this if you want typed hooks for every escrow action.
Use this if you want ready-made UI blocks and wallet connectivity.
Use it to request API keys and test flows end-to-end.
Last updated