/BitcoinConnect

BTC-003, TETHER-000, BITCOIN-000 Gateway Connection

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

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