Skip to content

candidelabs/security-center

Repository files navigation

Candide Security Center

Getting started

Install the dependencies:

yarn

Make a copy of .env.example

cp -a .env.example .env

Add you own env values:

REACT_APP_SECURITY_URL: URL to a locally hosted security-gateawy

REACT_APP_GOERLI_RPC: Get one from Ankr or Alchemy

REACT_APP_MAGIC_LINK_PK: Get one from Magic Link. Use the same one you are using on candide-mobile-app

Start the development server:

yarn start-dev

The project will be running on localhost:3000

SSL

Some wallets require that the website within which it runs be using a https connection. If you are testing one of these wallets, Ledger is one, then you have two options:

  1. Setup a valid certificate for localhost using this guide.
  2. Allow invalid certificates for resources loaded from localhost by navigating here within a chrome based browser: chrome://flags/#allow-insecure-localhost

About

CANDIDE Wallet account recovery interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published