Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/base-chain/quickstart/base-solana-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,29 @@ You can access the full repository here:
</Card>
</CardGroup>

## 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.

<CardGroup cols={2}>
<Card title="base2sol frontend" icon="globe" href="https://base2sol.xyz">
Open the interactive bridge frontend.
</Card>
<Card title="base2sol source" icon="github" href="https://github.com/mrtdlgc/base2sol">
Review the Next.js implementation that uses the Base Bridge SDK.
</Card>
</CardGroup>

<Warning>
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.
</Warning>

## Solana to Base

**Flow:** Lock SOL/SPL → (Optional) Pay for relay → Validators approve → Mint + execute on Base
Expand Down