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