This project is structured into two main components: the frontend and the smart contracts. Below you'll find a brief overview of each part.
This repository is divided into two main folders:
-
react-frontend
: This folder contains all the frontend code of the application, built using React. For more details about the frontend, please refer to the [README](react-frontend/README.md) in thereact-frontend
folder. -
smart-contracts
: Here, you'll find the smart contracts that interact with the blockchain. To learn more about the smart contracts, visit the [README](smart-contracts/README.md) in thesmart-contracts
folder.
To get started with this project, you might want to explore each of the folders mentioned above. Each folder has its own README with specific instructions on how to set up and run the respective parts of the project.