Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.33 KB

#Web3 Assginment for Dyeus / Myriad

  • Added Dashboard with all the Figma Design provided with working backend

🪦Welcome to the Bomb.money ecosystem🪦

Thanks for taking the time to contribute! You can start by reading our Contribution guidelines first.

Setup

Install the dependencies

npm install
npm start

Make sure you've configured your IDE with prettier.

You can reformat the project by running

npx prettier --write .

Project structure

  • components contains generic components used inside the application.
  • views contains building blocks for each page. The entry point of a view is used as the root component of each route.
  • config contains all the config files and ABIs.
  • state contains the redux files for the global state of the app.
  • contexts contains global contexts.
  • hooks contains generic hooks.
  • utils contains generic utilities functions.

Useful Resources

Apoorv Anand