trustless-work-dev

Automate Trustless Work escrow workflows using Blocks UI, React SDK, and API patterns.

19|119|Updated Dec 9, 2024
One-click install
npx skills add https://github.com/kindfi-org/kindfi --skill trustless-work-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trustless-work-dev
Source: https://github.com/kindfi-org/kindfi/tree/main/.agents/skills/trustless-work-dev
Command: npx skills add https://github.com/kindfi-org/kindfi --skill trustless-work-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers face time-consuming boilerplate when building Trustless Work escrow integrations. This skill provides a cohesive, end-to-end workflow using Blocks UI, React SDK, and API patterns to accelerate delivery.

Core Features & Use Cases

  • Prebuilt escrow UI blocks for initialize, fund, milestone management, disputes, and release flows.
  • Type-safe payloads and documentation references for single-release and multi-release escrows.
  • End-to-end integration patterns including wallet signing and transaction submission.

Quick Start

Run a basic multi-release escrow workflow using Trustless Work, payloads, and hooks to initialize, fund, and progress milestones.

Frequently Asked Questions about trustless-work-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a multi-release escrow workflow on Stellar?

To build a multi-release escrow workflow on Stellar, you use type-safe payloads and React SDK hooks to initialize, fund, and progress milestones. This approach automates end-to-end Trustless Work escrow development with prebuilt UI blocks.

What is the best way to integrate wallet signing for Stellar escrow transactions?

The best way to integrate wallet signing for Stellar escrow transactions is by wiring the React SDK, Wallet Kit, and API patterns. You must follow a specific provider wiring order to ensure correct transaction submission and signing.

How do I manage disputes and release flows in a Trustless Work escrow?

You manage disputes and release flows in a Trustless Work escrow by applying prebuilt Blocks UI components. These blocks automate milestone management and release processes across single-release and multi-release contexts on Soroban.

Can I use React SDK to deploy single-release escrows on Soroban?

Yes, you can use the React SDK to deploy single-release escrows on Soroban. The workflow provides type-safe payloads and documentation references to validate frontmatter and streamline escrow deployment.

Why does my Trustless Work escrow integration fail during provider wiring?

Your Trustless Work escrow integration fails during provider wiring if the connection order is incorrect. You must validate frontmatter and follow the exact provider wiring sequence for the React SDK and Wallet Kit to function.