https://github.com/mallickboy/freds_sc0
Blockchain-based decentralized social media platform empowering users with privacy and ownership of their data. Developed with ReactJS as the frontend and a secure backend for seamless interaction, FREDS offers an innovative approach to social networking.
https://github.com/mallickboy/freds_sc0
blockchain reactjs social-media solidity web3
Last synced: 6 months ago
JSON representation
Blockchain-based decentralized social media platform empowering users with privacy and ownership of their data. Developed with ReactJS as the frontend and a secure backend for seamless interaction, FREDS offers an innovative approach to social networking.
- Host: GitHub
- URL: https://github.com/mallickboy/freds_sc0
- Owner: mallickboy
- Created: 2023-09-10T11:05:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T12:33:41.000Z (about 1 year ago)
- Last Synced: 2025-04-04T08:03:03.322Z (6 months ago)
- Topics: blockchain, reactjs, social-media, solidity, web3
- Language: JavaScript
- Homepage: https://youtu.be/PEVLJlpf_3M
- Size: 18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FREDS: Freedom of Expression in a Decentralized Society
https://github.com/user-attachments/assets/f50cca7d-fa6c-4b41-bbe1-b61655f3d871
# Introduction
Welcome to the FREDS (Freedom, Rights, Expression, Democracy, and Security) project, a revolutionary step towards redefining social media by prioritizing user privacy, open dialogue, and global community engagement. FREDS is a decentralized social media application designed to empower individuals around the world to express themselves freely without compromising their identity or fearing repercussions. Our mission is to provide a secure, transparent, and anonymous platform for all voices to be heard, transcending geographical boundaries, and ensuring the integrity of democratic principles. This repository contains the source code and documentation for the FREDS project, and we invite you to join us in shaping the future of online communication.
# Setting Up FREDS Development Environment
1. **Install MetaMask Extension and Create a Wallet**:
- To get started, add the MetaMask extension to your Google Chrome browser. If you haven't used MetaMask before, follow this video tutorial: [How to Set Up MetaMask](https://youtu.be/Af_lQ1zUnoM).
2. **Add the Mumbai Polygon Network**:
- Configure MetaMask to connect to the Mumbai Polygon network using the following details:
- Network Name: Mumbai
- New RPC URL: https://polygon-mumbai.infura.io/v3/4458cf4d1689497b9a38b1d6bbf05e78
- Chain ID: 80001
- Currency Symbol: MATIC
- Block Explorer URL: [https://mumbai.polygonscan.com](https://mumbai.polygonscan.com).
- For detailed instructions on setting up the Mumbai Polygon network on MetaMask, refer to the [Polygon Wiki](https://wiki.polygon.technology/docs/tools/wallets/metamask/config-polygon-on-metamask/).3. **Clone the Repository**:
- Clone the FREDS repository to your local machine using the following command:
```
git clone https://github.com/niladri2002/FREDS.git
```4. **Setting Up the Frontend**:
- Navigate to the 'frontend' directory in the cloned repository and install the necessary dependencies by running:
```
npm i --force
```
- This step is crucial to ensure the frontend of FREDS runs smoothly.
- Start the frontend by using this command :
```
npm start
```
- The frontend will run on localhost:3000.5. **Setting Up the Backend**:
- Go to the 'imageurl' folder within the repository.
- Install the required Python dependencies using the following command:
```
pip install -r requirements.txt
```
- Run the Flask server for text moderation and interaction with the ML model API using:
```
python flask_server.py
```
- The Flask server will run on localhost:5000.**Access the Tutorial**:
For a step-by-step guide regarding how to use FREDS refer to the tutorial linked here: [FREDS Tutorial](https://youtu.be/PEVLJlpf_3M?si=uI2_WCSj88NIUJcD).Now you're ready to be a part of the future of secure, anonymous, and open online communication.