Skip to content

base/bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base

Base Bridge

A bridge between Base and blockchains outside the Ethereum ecosystem. Currently has support for Solana.

Warning

The bridge is only live on testnet between Solana Devnet <> Base Sepolia. The code is a WIP and has not yet been audited. Do not use in production!!

GitHub contributors GitHub commit activity GitHub Stars GitHub repo size GitHub

Website base.org Blog Docs Discord Twitter BuildOnBase

GitHub pull requests by-label GitHub Issues

How it Works

This bridge allows you to:

  • Transfer tokens between Base and Solana
  • Send arbitrary cross-chain messages
  • Deploy wrapped tokens on either chain

Note

For native Ethereum ↔ Base bridging, see our official docs.

Usage

Base → Solana

Send tokens or messages from Base to Solana (multi-step process):

cd base
# See base/README.md for detailed instructions

After initiating on Base, wait ~15 minutes for an updated root to be posted to Solana and complete the transfer with prove + finalize steps:

cd solana
# See solana/README.md for prove and finalize instructions

Solana → Base

Send tokens or messages from Solana to Base:

cd solana
# See solana/README.md for detailed instructions

License

MIT License - see LICENSE for details.