AlexL0ng / relay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WalletConnect Relay

This repository contains the minimal relay server for WalletConnect v2.0.

Quick Start

make dev

Additional help

build                build docker images
clean                clean local environment
dev                  start local dev environment
help                 Show this help
logs                 show logs for docker containers. To get logs for a single container uses `make logs service=relay`
ps                   show docker container status
publish-dev          push docker images for dev environment to the docker hub
publish              push docker images to docker hub
pull                 pull image environment
stop                 stop local environment
test-client          runs "./packages/client" tests against the locally running relay
test-production      runs "./packages/client" tests against the relay.walletconnect.com
test-relay           runs "./test" tests against the locally running relay
test-staging         runs "./packages/client" tests against the staging.walletconnect.com

License

Apache 2.0

About

License:Apache License 2.0


Languages

Language:TypeScript 95.7%Language:Makefile 3.6%Language:Dockerfile 0.7%