Socials ( A decentralized platform to talk and share anything with world supported on Arweave ecosystem )
Checkout Socials
Socials is a decentralized twitter like application built on the Arweave protocol utilizing the all new Arweave's AOS technology. The frontend of socials is made using react and the backend is made on AOS using Lua language.
- Create Post: Users can create and post their posts publicly with all the other users using the platform .
- View Posts: Users can view all the posts made by other users and they can view specifically there posts as well.
- Delete Posts: Users can delete the posts.
- View Profile: Explore this feature to view your profile.
- Connect with application using AOConnect wallet of yours.
- After successful connection register with the username with the application.
- View available posts already created by other users.
- And start creating your own too.
To run the Socilas locally, follow these steps:
- Clone the repository:
git clone https://github.com/ikunal-04/arweave-twt.git
- Navigate to the project directory:
cd arweave-twt
- Install the dependencies:
npm install
- Start the development server:
npm run dev