Files
web/apps/bridge/README.md
Matthew Bunday 660c396bae Add suggested third party bridges when region blocked (#23)
* 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
2023-09-27 11:26:31 -04:00

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.