Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 356 Bytes

@candide-labs/security-gateway

Service for handling security operations for candide wallet client app.

Prerequisites

  • Yarn
  • Mongodb instance
  • Alchemy RPC node

App setup

  • Generate .env file (scripts/buildenv.sh)

    • Add your variables
    • CANDIDE_SECURITY_SENTRY_DSN is optional
  • yarn install

  • yarn build:server

  • yarn start