Universal cross-chain bridge interface for LayerZero V2 OFT tokens.
Bridge any OFT token between EVM networks — even those no bridge UI has listed.
galacticbridge.app · Documentation
In this repository:
| 🇬🇧 English | README_ENG.md |
| 🇺🇦 Українська | README_UKR.md |
| 📋 Changelog | CHANGELOG.md · українською |
| 🧪 Tokens to try | EXAMPLES.md |
Install Node.js LTS, then:
Windows — double-click start.bat
macOS / Linux
cp .env.example .env # set VITE_REOWN_PROJECT_ID
cd backend && npm install && cd ..
cd frontend && npm install && cd ..
grep '^VITE_' .env > frontend/.env
cd backend && node server.js # terminal 1
cd frontend && npm run dev # terminal 2Open http://localhost:5173.
- Works with any OFT token — no allowlist
- Finds the bridge contract automatically, including adapters for non-OFT tokens
- Builds routes even with zero transaction history, by querying contracts directly
- Non-custodial — no accounts, no personal data, you sign everything yourself
- 14 networks: Ethereum, BNB Chain, Base, Arbitrum, Optimism, Polygon, Avalanche, Mantle, HyperEVM, Ink, X Layer, Plasma, Robinhood, Arc
React + Vite · Node + Express · LayerZero V2 · Reown AppKit
Provided as is, without warranty. Crypto transactions are irreversible — always verify the token contract, destination network and amount before confirming. Not financial advice.