From c6a4b8d4a3a2e8b9210d40565818671778303fbf Mon Sep 17 00:00:00 2001 From: "Ganesha Moorthi. M" <152759878+Ganeshmoorthii@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:17:07 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f91f78..462db85 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,31 @@ -# Carpooling EtherWheels +

Carpooling EtherWheels + +

+ ## Description The CarPooling smart contract facilitates the creation, booking, management, and cancellation of rides within a carpooling system. It is designed to run on the Ethereum blockchain and leverages Solidity for smart contract development. This project is divided into two parts: smart contract and frontend. + + + + + + + + + + + + + + + + + + + +
🌟 Stars🍴 Forks🐛 Issues🔔 Open PRs🔕 Close PRs
StarsForksIssuesOpen Pull RequestsClosed Pull Requests
+ ## Features - Create Ride: Drivers can create rides by specifying details such as maximum passengers, ride fare, start time, and trip details. From df5af63b2ab73522393d6456c9e61bc4e4d55018 Mon Sep 17 00:00:00 2001 From: "Ganesha Moorthi. M" <152759878+Ganeshmoorthii@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:23:04 +0530 Subject: [PATCH 2/2] Update README.md