https://github.com/base/bridge
https://github.com/base/bridge
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/base/bridge
- Owner: base
- License: mit
- Created: 2025-05-02T21:08:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-24T21:58:57.000Z (11 months ago)
- Last Synced: 2025-07-24T23:56:22.404Z (11 months ago)
- Language: Solidity
- Size: 1.37 MB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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!!
[](https://github.com/base/bridge/graphs/contributors)
[](https://github.com/base/bridge/graphs/commit-activity)
[](https://github.com/base/bridge/stargazers)

[](https://github.com/base/bridge/blob/main/LICENSE)
[](https://base.org)
[](https://base.mirror.xyz/)
[](https://docs.base.org/)
[](https://base.org/discord)
[](https://twitter.com/BuildOnBase)
[](https://github.com/base/bridge/pulls)
[](https://github.com/base/bridge/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](https://docs.base.org/base-chain/network-information/bridges-mainnet).
## Usage
### Base → Solana
Send tokens or messages from Base to Solana (multi-step process):
```bash
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:
```bash
cd solana
# See solana/README.md for prove and finalize instructions
```
### Solana → Base
Send tokens or messages from Solana to Base:
```bash
cd solana
# See solana/README.md for detailed instructions
```
## License
MIT License - see [LICENSE](LICENSE) for details.