Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vismate/walletconnect-bridge

Repository files navigation

WalletConnect Bridge Server

Bridge Server for relaying WalletConnect connections

Deploy

  docker-compose up --build

Develop

yarn dev

Production

Using NPM

  1. Build
yarn build

Build Docker

yarn
make build-docker

Run

yarn start
  1. Server accessible from host:
$ curl http://localhost:8080/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 8080:8080 walletconnect/node-walletconnect-bridge
  1. Server accessible from host:
$ curl http://localhost:8080/hello
> Hello World, this is WalletConnect v1.0.0-beta

About

WalletConnect v1 Bridge Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •