Skip to content

cryptonative-ch/ricochet-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ricochet frontend

This is a ricochet app frontend, made in react, using redux and redux-saga.

How to start

# install dependencies
yarn

# start dev server
yarn start

Project structure

  • 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 them
  • store - all data and global business logic placed here. Separate folder for each reducer
  • utils - common functions for project
  • hooks - common business logic, that can be reused between containers.

Configuring project

See .env file for configuration:

REACT_APP_API_GRATH=https://api.thegraph.com/subgraphs/name/superfluid-finance/superfluid-matic
REACT_APP_CHAIN_ID=137

About

Scaling and simplifying Dollar-cost Averaging (DCA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.8%
  • JavaScript 28.9%
  • SCSS 4.5%
  • Other 0.8%