mirror of
https://github.com/placeholder-soft/web.git
synced 2026-06-16 09:54:18 +08:00
* Add suggested third party bridges when region blocked * Remove unnecessary ecosystem launch flag * Allow deep linking to a selected tag in ecosystem page * Add x-chain tag to distinguish messaging protocols from bridges * Link to ecosystem bridges in OFAC modal
396 B
396 B
Base Bridge App
The Base bridge app is a Next.js app.
Getting started
cd apps/bridge
cp .env.goerli.example .env.local
cd ../..
yarn workspace @app/bridge dev
Wallet Connect Project ID
Additionally you will need to create a Wallet Connect project and add the project ID to the .env.local file for the WALLET_CONNECT_PROJECT_ID env var.