Deposit your crypto assets and generate RAI.
- Website: reflexer.finance
- App: app.reflexer.finance
- Analytics: stats.reflexer.finance
- Tokenomics: tokenomics.reflexer.finance
- Docs: docs.reflexer.finance
- Twitter: @reflexerfinance
- Discord: Reflexer
- Whitepaper: Link
To have the app default to a different network when a wallet is not connected:
- Create a file and name it
.env.development.local
- Change
REACT_APP_NETWORK_ID
to"42"
- Change
REACT_APP_NETWORK_URL
to e.g."https://mainnet.infura.io/v3/{YOUR_INFURA_KEY}"
- Change
REACT_APP_COIN_TICKER_STAGING
to"RAI"
- Change
REACT_APP_SHOW_AUCTIONS
to"1"
yarn
yarn start
docker-compose up --build -d
yarn test:e2e
yarn test