Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Merdi-kim/twitter-clone-LensProtocol
Decentralized twitter clone built with Lens Protocol and Web3.storage
https://github.com/Merdi-kim/twitter-clone-LensProtocol
ipfs lens-protocol nextjs rainbowikit twitter-clone wagmi web3
Last synced: about 1 month ago
JSON representation
Decentralized twitter clone built with Lens Protocol and Web3.storage
- Host: GitHub
- URL: https://github.com/Merdi-kim/twitter-clone-LensProtocol
- Owner: Merdi-kim
- Created: 2022-05-20T01:32:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T20:02:04.000Z (almost 2 years ago)
- Last Synced: 2024-08-20T15:04:52.661Z (4 months ago)
- Topics: ipfs, lens-protocol, nextjs, rainbowikit, twitter-clone, wagmi, web3
- Language: JavaScript
- Homepage: https://decentralized-twitter-clone.vercel.app
- Size: 1.01 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - twitter-clone-LensProtocol - Decentralized twitter clone built with Lens Protocol and Web3.storage (Projects / Open Source)
README
# 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](https://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! 💻