CwettDapp is a decentralized social media platform built on blockchain technology. It allows users to create, like, comment on, and view cwetts (posts) in a decentralized and secure manner.
Follow these instructions to set up and use the CwettDapp.
Before you begin, ensure you have the following software/tools installed:
-
Clone the repository:
git clone https://github.com/bezata/CwettDapp.git
-
Navigate to the project directory.
cd CwettDapp
-
Install dependencies usin
pnpm
:
pnpm install
- Build it:
pnpm build
- Deploy contract for new Cwett clean contract on REMIX IDE
To create a new cwett (post), follow these steps:
Run the application:
pnpm dev
or
pnpm start
-
Open your web browser and navigate to http://localhost:3000.
-
Connect your cryptocurrency wallet to the application.
-
Click the "Create Cwett" button and enter your cwett text.
-
Click the "Cwett" button to create the cwett.
-
To like a cwett, follow these steps.
-
Open the cwett you want to like.
-
Click the "Like" button.
-
To comment on a cwett, follow these steps:
-
Open the cwett you want to comment on.
-
Enter your comment in the comment box.
-
Click the "Send" button to add your comment.
To view a user's profile and their cwetts, follow these steps:
-
Click on a user's profile picture or username.
-
Explore their cwetts and interactions.