A bridge between Base and blockchains outside the Ethereum ecosystem. Currently has support for Solana.
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
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.
