Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 792 Bytes

File metadata and controls

15 lines (14 loc) · 792 Bytes

Acknowledgements

  • Built on the Soroban SDK and the Stellar CLI, and deployed to the Stellar network.
  • Funds move through the standard Stellar Asset Contract (SAC) transfer/balance interface rather than any custom accounting, so this contract is compatible with any SEP-41-style token already deployed on Stellar (XLM, USDC, or a custom asset).
  • The two-milestone escrow (pay a share on pickup, the rest on delivery) follows the same general pattern used by conditional payment/escrow designs across the wider Stellar and Ethereum smart contract ecosystems.
  • Thanks to everyone in CONTRIBUTORS.md for code, reviews, and issue reports.