This repository contains the code for the RECs marketplace.
The respository is composed of two main folders:
server
: contains all the logic for the backend of our application. This codebase is in charge of listening to on-chain events and facilitating on-chain data exploration. It is built with GraphQL Yoga and Prismaweb
: contains the application UI codebase. The UI is built with ReactJS and NextJS, Tailwind, and Shadecn UI components.