Skip to content

vitelabs/vite-connect-server

Repository files navigation

ViteConnect Bridge Server

Fork from node-walletconnect-bridge

Development

yarn

yarn dev

Production

Using NPM

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

Using Docker

  1. Build the container with:
yarn build:docker
  1. Run the container with:
docker run -p 5000:5000 vitelabs/vite-connect-server
  1. Check:
$ curl http://localhost:5000/hello
> Hello World, this is WalletConnect v1.0.0-beta

About

ViteConnect Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •