This repository hosts the implementation for my Final Degree Project: Design and Implementation of a Decentralized Social Network Using Blockchain.
This repository is divided into three projects and one shared library:
-
Backend: Server-side project, made with Node.js and Hono, running on Cloudflare Workers.
-
Frontend: Client-side project with server-side rendering, made with Remix.
-
SContracts: Hardhat project containing smart contracts and demo/test scripts to interact with the blockchain.
-
Shared: Interfaces used in both projects.
Each project has its own README file with more information on how to run them and set up their development environment.
This project is licensed under the MIT License. See the LICENSE file for more information.