diff --git a/apps/frontend/app/escrow/create/page.tsx b/apps/frontend/app/escrow/create/page.tsx new file mode 100644 index 0000000..c161af6 --- /dev/null +++ b/apps/frontend/app/escrow/create/page.tsx @@ -0,0 +1,20 @@ +import CreateEscrowWizard from '@/component/escrow/CreateEscrowWizard'; + +export default function CreateEscrowPage() { + return ( +
+ Set up a secure escrow agreement in just a few steps. +
++ Your escrow agreement has been deployed to the network. +
+Transaction Hash
+{txHash}
++ Start by providing the basic details about this escrow agreement. +
+ + {/* Title Field */} + + + {/* Category Field */} + + + {/* Description Field */} + ++ Specify the counterparty for this escrow. This is the address that will receive the funds or provide the service. +
+ + {/* Counterparty Address Field */} + ++ Please review the details below carefully before creating the escrow. +
+ ++ Once deployed on-chain, some parameters cannot be changed. Ensure the counterparty address is correct. +
++ Define the financial terms and deadlines for this agreement. +
+ +{helperText}
+ )} + {error &&{error}
} +{helperText}
+ )} + {error &&{error}
} +{helperText}
+ )} + {error &&{error}
} +