Initialize Escrow
Component to initialize an escrow with different variants and types.
InitializeEscrowsOnboardingNEW
Installation
Before installing the block, make sure you have the required providers and blocks. You can read more in the dependencies section based on the block you are using.
1npx trustless-work add escrows/single-release/initialize-escrow/form
Important Notes
- This form includes all the fields required by the initialize escrow payload (body requested for the tw endpoint, see documentation above) type, but it is intended for testing purposes only. You can adapt it to your needs—for example, if you always use the same platform address or only work with the USDC asset, you can simplify the form to request only the fields you actually need. Any fixed data can be set directly in the payload before submitting the action
Required Providers
<TrustlessWorkProvider />
<WalletProvider />
<EscrowProvider />
Related Blocks
Approve Milestone
EscrowsComponent to approve a milestone with fo...
MilestoneApprove+1
Change Milestone Status
EscrowsComponent to change milestone status wit...
MilestoneStatus+1
Fund Escrow
EscrowsComponent to fund an escrow using form, ...
FundingEscrows+1
Resolve Dispute
EscrowsComponent to resolve disputes with form,...
DisputeResolve+1