Mick00 / carfax-on-blockchain

Typescript version of Scaffold-Eth 🏗
MIT License
0 stars 0 forks source link

Find reports on a car #10

Closed Mick00 closed 2 years ago

Mick00 commented 2 years ago

Visitors want to find all reports for a car on the protocol's dapp.

The app should have a search field to enter a serial number. It then uses an RPC provider to fetch the id of the car and query the ReportCreated and ReportUpdated using the car id.

A table with 3 colums will be displayed: time of issuance, entity, and a view report. Every row will be a report emitted.