Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

WalletConnect/cast-server

Repository files navigation

Cast Server

Warning

This repo has been deprecated in-favor of Notify Server.

Cast Server Specs

Current documentation

Running the app

  • Build: cargo build
  • Test: PROJECT_ID="<project_id>" RELAY_URL="<relay_url>" cargo test --test functional
  • Run: docker-compose-up
  • Integration test: PROJECT_ID="<project_id>" TEST_ENV="STAGING(STAGING/PROD)" cargo test --test integration