Skip to content

Aadarshbasavoju/Web3BikeRental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bike Rental Smart Contracts

This repository contains Solidity smart contracts for a bike rental system on the Ethereum blockchain. It consists of two contracts:

  • BikeProvider: Allows bike providers to rent out bikes.
  • Customer: Allows customers to rent and return bikes.

Usage

  1. Deploy BikeProvider contract with a bike price.
  2. Deploy Customer contract, passing the BikeProvider address.
  3. Interact with the contracts:
    • Providers can rent bikes to customers.
    • Customers can rent and return bikes.

Testing

Test the contracts in Remix or any Ethereum development environment by simulating interactions between providers and customers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published