Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 909 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 909 Bytes

VehicleChain application

Vehicle chain is an application, which helps people with buying second hand cars. Worried about hidden info? All data is now written to ethereum block chain. Every car gets its own address. We can save data about mileage, services and insurance. Some data is private, but most of it is public. To check data about cars, users only need car addresses.

Smart contracts

Mileage

Mileage is entered yearly by manager at AMZS. Anyone can check milage info of any car in the network.

Insurance

Insurance info seperated into pubilc and private data.

Service

All services are described and saved into blockchain. Every user can see whole service history of a car, and can check who was the mechanic.

Application setup

To run application you have to have Metamask installed and be connected to Rinkeby testnet.

First run:

run: npm install

Then:

run: npm run dev