walletconnect-monorepo icon indicating copy to clipboard operation
walletconnect-monorepo copied to clipboard

Unable to build and deploy bridge/relay server

Open rollycodes opened this issue 3 years ago • 3 comments

Unable to build and deploy bridge server

Steps to reproduce the behavior:

  1. Repo head has server code removed
  2. Versions till 2.0.0-beta.101 have it but "make deploy as per README" doesn't work because Makefile doesn't now have a deploy operation
  3. Versions till 2.0.0-beta.26 have a Makefile as per README but the "make deploy" errors out there because of missing caddy.
  4. Older versions with caddy issue not present fail the "make deploy" because of some or the other git repo dependency not existing anymore!

Any help here will be highly appreciated! Thanks!

rollycodes avatar Jul 06 '22 11:07 rollycodes

I simply set REDIS_URL env and yarn start in relay folder. I found this link https://github.com/WalletConnect/ts-relay but cannot access or it's wrong.

vuletiki avatar Jul 14 '22 02:07 vuletiki

The relay is located here: https://github.com/WalletConnect/relay

sbc64 avatar Jul 18 '22 11:07 sbc64

@sbc64 Can it work with WalletConnect v1 clients also? Is there a way/guide for production deployment?

olegabr avatar Aug 18 '22 12:08 olegabr

Is this still an issue?

finessevanes avatar Feb 16 '23 10:02 finessevanes

Hi @finessevanes

For the interim, I used on old repo relay-ts to run relay server for v1 clients. Had to fix a few issues there in a fork though.

Haven't tried the new relay repository shared above.

Can do that sometime this month if that'd help.

rollycodes avatar Feb 16 '23 10:02 rollycodes

@rollycodes can you please add the full link to the repo here (including branch) ? I'm looking in many places but I can't find the code for v1 relay/bridge so far.

tfalencar avatar Apr 14 '23 23:04 tfalencar