Please report bugs here or in the Telegram group https://t.me/QFinance_DeFi.
Follow QFinance on Twitter for updates: https://twitter.com/QFinanceDeFi.
To run/test locally you will need to perform the following steps:
- Clone repo and open the directory.
- Run
yarn
to get dependencies - Create .env.development file locally and add in the following parameters: REACT_APP_ALCHEMY=[Get app key/url from Alchemy (recommended to use websocket)] REACT_APP_PRICES_API=[Need to set up price feed. Probably easier to replace with your own in state/wallet/wallet.ts]
- Run Ganache with a fork of mainnet
ganache-cli -f {ALCHEMY API URL}
. yarn start
and go to http://localhost:3000.