Skip to content

Commit 55d8a19

Browse files
committed
Add base2sol interactive frontend
1 parent 69bf0f1 commit 55d8a19

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/base-chain/quickstart/base-solana-bridge.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,29 @@ You can access the full repository here:
7979
</Card>
8080
</CardGroup>
8181

82+
## Try an interactive frontend
83+
84+
If you want to try the token registration and transfer flows in a browser, use
85+
[base2sol](https://base2sol.xyz), a community-maintained, non-custodial frontend
86+
for the Base-Solana bridge. It supports first-time token registration for Base
87+
ERC20s and Solana SPL or Token-2022 mints, then guides users through
88+
Base-to-Solana and Solana-to-Base transfers with browser wallet signatures.
89+
90+
<CardGroup cols={2}>
91+
<Card title="base2sol frontend" icon="globe" href="https://base2sol.xyz">
92+
Open the interactive bridge frontend.
93+
</Card>
94+
<Card title="base2sol source" icon="github" href="https://github.com/mrtdlgc/base2sol">
95+
Review the Next.js implementation that uses the Base Bridge SDK.
96+
</Card>
97+
</CardGroup>
98+
99+
<Warning>
100+
Always verify token contract addresses, Solana mint addresses, recipients, and
101+
wallet prompts before signing. base2sol is a frontend and does not custody funds
102+
or verify token legitimacy.
103+
</Warning>
104+
82105
## Solana to Base
83106

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

0 commit comments

Comments
 (0)