Skip to content

reflexer-labs/geb-app

Repository files navigation

Reflexer

Reflexer App

Deposit your crypto assets and generate RAI.

Development

Configure env. variables

To have the app default to a different network when a wallet is not connected:

  1. Create a file and name it .env.development.local
  2. Change REACT_APP_NETWORK_ID to "42"
  3. Change REACT_APP_NETWORK_URL to e.g. "https://mainnet.infura.io/v3/{YOUR_INFURA_KEY}"
  4. Change REACT_APP_COIN_TICKER_STAGING to "RAI"
  5. Change REACT_APP_SHOW_AUCTIONS to "1"

Install Dependencies

yarn

Run

yarn start

Docker Deployment

docker-compose up --build -d

Testing

Cypress integration test

yarn test:e2e

Jest test

yarn test