Skip to content

feat: add cross-chain payment flow (Ethereum/Solana → Stellar)#397

Open
obedebuka41-dotcom wants to merge 1 commit into
Stellar-split:mainfrom
obedebuka41-dotcom:feat/cross-chain-payment
Open

feat: add cross-chain payment flow (Ethereum/Solana → Stellar)#397
obedebuka41-dotcom wants to merge 1 commit into
Stellar-split:mainfrom
obedebuka41-dotcom:feat/cross-chain-payment

Conversation

@obedebuka41-dotcom

Copy link
Copy Markdown
  • Add src/lib/bridge.ts with fee estimation, MetaMask/Phantom wallet connect, buildBridgePayment, and pollBridgeStatus helpers
  • Add CrossChainPayment component with chain selector, live fee breakdown, wallet connect step, submit, and progress polling UI
  • Integrate CrossChainPayment into invoice detail page alongside existing Freighter pay form
  • Add 24 unit tests for fee estimation and chain selector logic using Node built-in test runner + sucrase (no new deps)
  • Add .eslintrc.json with next/core-web-vitals config
  • Update CI workflow: add Lint and Test steps before Build
  • Update .gitignore: add coverage, snapshots, editor files, logs
  • close Build cross-chain payment initiation UI with live bridge fee estimation #390

- Add src/lib/bridge.ts with fee estimation, MetaMask/Phantom wallet
  connect, buildBridgePayment, and pollBridgeStatus helpers
- Add CrossChainPayment component with chain selector, live fee
  breakdown, wallet connect step, submit, and progress polling UI
- Integrate CrossChainPayment into invoice detail page alongside
  existing Freighter pay form
- Add 24 unit tests for fee estimation and chain selector logic using
  Node built-in test runner + sucrase (no new deps)
- Add .eslintrc.json with next/core-web-vitals config
- Update CI workflow: add Lint and Test steps before Build
- Update .gitignore: add coverage, snapshots, editor files, logs
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

@obedebuka41-dotcom is attempting to deploy a commit to the kingsman-99's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build cross-chain payment initiation UI with live bridge fee estimation

1 participant