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.