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
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.
- Install all the dependencies with:
npm install
- Run the code with:
npm run start
On terminal in project folder
npx create-react-app app-name
npm i urql graphql ethers
npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion
npm run start