Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 711 Bytes

HELLMETS.XYZ PROJECT 2024

This project has two main folders:

.
├── contracts
│   ├── src
│   ├── broadcast
│   ├── script
│   └── test
└── web
    ├── app
    └── src

contracts folder contains all the solidity code

web folder contains all the frontend code

To run this project you need NODE Version > 20, & YARN installed in your PC.

  1. First go to the "WEB" folder.
  2. Open up a terminal or in Visual Studio Code run -> "yarn".
  3. After installing all dependencies run -> "yarn dev" to run it localy in development mode.
  4. Run -> "yarn build" to compile the project for deployment purposes.