-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT]: Implement ERC20 Multi-Recipient Escrow Contract #96
Comments
Lmk what you think @danielcdz |
@Gerson2102 this LGTM |
Hey, The issue seems interesting. This is just an enquiry about some details before ODBoost begins.
|
Let me try this one! |
may i take up this issue @coxmars? background: cairo dev with 5 months of experience and regular contributor at @keep-starknet-strange eta: 2 days |
Hey, may I take up this issue? ETA: 2 days |
Would love to tackle this! ETA - 3days max! |
Proposal to Work on the IssueI would be delighted to contribute to this issue, as I have extensive experience with Cairo programming and developing decentralized applications on StarkNet. Estimated TimelineI anticipate delivering a working solution within the next 24 hours. Please let me know if I can proceed. Looking forward to contributing and collaborating! Best regards, |
📘 Description
We need to implement a secure escrow smart contract in Cairo for Starknet that will act as a trustless intermediary for ERC20 token transactions. The contract should support multiple potential recipients for each order, with only one eventual winner receiving the funds. This will enable use cases like marketplace transactions, competition prizes, or conditional payments.
The contract should manage the complete lifecycle of an escrow order from creation through payment and completion/cancellation, while ensuring secure token transfers and proper state management.
✅ Acceptance Criteria
Order Management
Token Handling
State Transitions
🌎 References
The text was updated successfully, but these errors were encountered: