Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.34 KB

File metadata and controls

26 lines (16 loc) · 1.34 KB

Create a Decentralized Social Network using Lens Protocols

Schermata 2022-12-08 alle 16 33 36

Lens Protocols has opened the door to the future of decentralized social networks. Is a social graph that enables the construction of decentralized social networks using blockchain technology. This graph is truly modular, offering fast and easy developing of a blockchain-based social network. In Web 3.0, data is not managed by centralized company, each user is himself a data container. In this way, each user will have full ownership of own data enjoying the freedom to decide how to use and monetize from them.

Lens Protocol Docs: https://docs.lens.xyz/docs

Features

This simple social network was created using React, Chakra and Lens Protocol. It offers the possibility to log in and connect with your Metamask wallet. It offers the possibility of showing posts, following new friends and having a list of suggested friends.

Quick Launch

  1. Install all the dependencies with: npm install
  2. Run the code with: npm run start

Standard Configuration

On terminal in project folder

  1. npx create-react-app app-name
  2. npm i urql graphql ethers
  3. npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion
  4. npm run start