Skip to content

felle64/Blockchain-Cars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Ownership on Chain

Welcome to the Car Ownership on Chain decentralized application (DApp)! This DApp allows users to manage car ownership, add owners, add cars, change owners, and view the transaction history on the Ethereum testnet (Sepolia).

Features

  • Decentralized Ownership Management: Users can add new owners, cars, and change owners securely on the blockchain.
  • Transaction History: View the history of ownership changes.

Technologies Used

  • React + Vite
  • Tailwind CSS
  • Ethereum (Ethers.js)
  • Solidity

Getting Started

Prerequisites

Local Installation

Prerequisites

  1. Clone the repository:

    git clone https://github.com/felle64/Blockchain-Cars.git
    cd Blockchain-Cars/Client-V2
    Install dependencies:
npm install

Start the development server:

npm run dev

Usage

Connect MetaMask to your Ethereum wallet. Explore the features of the DApp: Add owners, cars, and change ownership. View transaction history.