trustless-work-dev
Installation
SKILL.md
Trustless Work Development Skill
This skill provides comprehensive guidance for integrating Trustless Work escrow contracts into applications. Use the reference files below for detailed implementation guides.
Quick Start
When working with Trustless Work:
- Understand core concepts - See skills/api/core-concepts.md
- Choose escrow type:
- Single-release: One payment after all milestones - See skills/api/single-release-escrow.md
- Multi-release: Payments per milestone - See skills/api/multi-release-escrow.md
- Configure trustlines - See skills/api/trustlines.md
- Choose integration method:
- REST API: Direct API calls - See skills/api/ folder
- React SDK: Custom hooks for React/Next.js - See skills/react-sdk/react-sdk.md
- Blocks SDK: Pre-built UI components - See skills/blocks/introduction.md
- Implement workflow: Deploy → Fund → Complete → Approve → Release