Skip to content

paraswap/wallet-connect-relay-heroku

Repository files navigation

Wallet Connect Relay on Heroku

Deploy

This project is meant to simplify deployment of a wallet connect bridge on Heroku.

  • Clones original wallet connect monorepo (cannot use git submodule because of Heroku Build API read here for more details)
  • Define an Heroku minimal config through App.json
  • Runs node through PM2

Note that you can still pass whathever environment variable WC Relay server accepts (for instance WAKU_URL).

Try it locally

Run redis locally on port 6379 or pick a cloud managed instance.

Then run the relay server

yarn install
yarn build
REDIS_URL=redis://localhost:6379 yarn start

Then check at http://localhost:5555/hello

Want to contribute ?

Feel free to open issues and pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published