Skip to content

tokenfly/node-walletconnect-bridge

 
 

Repository files navigation

WalletConnect Bridge Server

Bridge Server for relaying WalletConnect connections

Development

yarn dev

Production

Using NPM

  1. Build
yarn build
  1. Production
yarn start
  1. Server accessible from host:
$ curl http://localhost:5000/hello
> Hello World, this is WalletConnect v1.0.0-beta

Using Docker

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

About

WalletConnect Bridge Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.3%
  • Dockerfile 7.0%
  • Makefile 6.3%
  • JavaScript 1.4%