yarn
cp -a .env.example .env
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
yarn start-dev
The project will be running on localhost:3000
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:
- Setup a valid certificate for localhost using this guide.
- Allow invalid certificates for resources loaded from localhost by navigating here within a chrome based browser: chrome://flags/#allow-insecure-localhost