Bridge Server for relaying WalletConnect connections
docker-compose up --buildyarn dev- Build
yarn buildyarn
make build-dockeryarn start- Server accessible from host:
$ curl http://localhost:8080/hello
> Hello World, this is WalletConnect v1.0.0-beta- Build the container with:
make build-docker- Run the container with:
docker run -p 8080:8080 walletconnect/node-walletconnect-bridge- Server accessible from host:
$ curl http://localhost:8080/hello
> Hello World, this is WalletConnect v1.0.0-beta