From 55d8a19a16f47c95ca7b4f52508d00228193ce54 Mon Sep 17 00:00:00 2001 From: mrtdlgc Date: Thu, 18 Jun 2026 04:49:45 +0300 Subject: [PATCH] Add base2sol interactive frontend --- .../quickstart/base-solana-bridge.mdx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/base-chain/quickstart/base-solana-bridge.mdx b/docs/base-chain/quickstart/base-solana-bridge.mdx index 92ae9dd3d..e7bc449cd 100644 --- a/docs/base-chain/quickstart/base-solana-bridge.mdx +++ b/docs/base-chain/quickstart/base-solana-bridge.mdx @@ -79,6 +79,29 @@ You can access the full repository here: +## Try an interactive frontend + +If you want to try the token registration and transfer flows in a browser, use +[base2sol](https://base2sol.xyz), a community-maintained, non-custodial frontend +for the Base-Solana bridge. It supports first-time token registration for Base +ERC20s and Solana SPL or Token-2022 mints, then guides users through +Base-to-Solana and Solana-to-Base transfers with browser wallet signatures. + + + + Open the interactive bridge frontend. + + + Review the Next.js implementation that uses the Base Bridge SDK. + + + + +Always verify token contract addresses, Solana mint addresses, recipients, and +wallet prompts before signing. base2sol is a frontend and does not custody funds +or verify token legitimacy. + + ## Solana to Base **Flow:** Lock SOL/SPL → (Optional) Pay for relay → Validators approve → Mint + execute on Base