Merdi-kim / twitter-clone-LensProtocol

Decentralized twitter clone built with Lens Protocol and Web3.storage

Home Page:https://decentralized-twitter-clone.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter clone

This is a decentralized twitter built on top of Lens protocol and ipfs. We're keeping all the features of normal twitter but on a decentralized architecture .

To get started, do the following :

  • clone the project with git clone https://github.com/Merdi-kim/Decentralized-twitter-clone-.git
  • Navigate into the project directory with cd Decentralized-twitter-clone
  • install all the dependeecies with npm install or yarn install

To run the project, type npm run dev or yarn dev in your terminal. Now your project is running on http://localhost:3000

In order to be able to create profiles and post content, you'll need to set up a .env . Inside that file, set your storage key like this NEXT_PUBLIC_STORAGE_KEY= .

🚨 The storage key in this case will be the key that we generate from web3.storage which is a service for storing data on IPFS.

Now you can start to make changes to this project and I'll be more than happy to see your PRs.

Happy coding! 💻

About

Decentralized twitter clone built with Lens Protocol and Web3.storage

https://decentralized-twitter-clone.vercel.app


Languages

Language:JavaScript 79.1%Language:CSS 20.1%Language:Shell 0.8%