You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete a full cross-chain payment end-to-end on testnet: EVM payer (Base Sepolia) → Stellar merchant. This validates the HTLC relay, CCTP bridge, and atomic swap guarantee.
Test Scenario
Payer: MetaMask on Base Sepolia
Payment method: USDC on Base (ERC-20)
Merchant settlement: USDC on Stellar
Bridge: Circle CCTP
Steps to Validate
Setup
HTLCEvm.sol deployed on Base Sepolia (address in .env)
Relay EVM private key funded with Base Sepolia ETH for gas
Summary
Complete a full cross-chain payment end-to-end on testnet: EVM payer (Base Sepolia) → Stellar merchant. This validates the HTLC relay, CCTP bridge, and atomic swap guarantee.
Test Scenario
Steps to Validate
Setup
.env)LockedeventsPayment Flow
sourceChain: base,sourceAsset: USDClock()on Base HTLC contractLockedevent on Base Sepoliawithdraw()on Stellar → reveals secret Swithdraw(lockId, S)on Base → reimburses relay liquidity poolCOMPLETED, merchant receives USDC on StellarEdge Case Tests
Pass Criteria