ViteConnect Bridge Server
Fork from node-walletconnect-bridge
Development
yarn
yarn dev
Production
Using NPM
- Build
yarn build
- Production
yarn start
- Check
$ curl http://localhost:5000/hello
> Hello World, this is WalletConnect v1.0.0-beta
Using Docker
- Build the container with:
yarn build:docker
- Run the container with:
docker run -p 5000:5000 vitelabs/vite-connect-server
- Check:
$ curl http://localhost:5000/hello
> Hello World, this is WalletConnect v1.0.0-beta