This is a ricochet app frontend, made in react, using redux and redux-saga.
# install dependencies
yarn
# start dev server
yarn start
components
- contains react components. They can't have own state and business logic. Should be developed in storybook.containers
- containers use components, adding business logic for themstore
- all data and global business logic placed here. Separate folder for each reducerutils
- common functions for projecthooks
- common business logic, that can be reused between containers.
See .env
file for configuration:
REACT_APP_API_GRATH=https://api.thegraph.com/subgraphs/name/superfluid-finance/superfluid-matic
REACT_APP_CHAIN_ID=137