TrustedDataGraph / HackFS2023DataVerification

DataVerification and Reputation System
MIT License
1 stars 1 forks source link

Proto#1 flow #7

Open kozayupapa opened 1 year ago

kozayupapa commented 1 year ago
  1. Only review results can be saved
  2. authentication and read and display functions can be left for the next step.
  3. by adding DataDAO in between, it can be expanded to include a reward system based on review ratings, or to cover the cost of data storage with a donation
graph LR
    Reviewer((Reviewer:webront)) -->|Upload review| web_backend
    web_backend -->|Store, get temporary url| Lighthouse.storage
    web_backend -->|Store url| reviewDAO
    reviewDAO -->|emit new review url| web3_Event
    web3_Event -.->|notify new review| web_backend
    web_backend -->|upload | Esturay_Edge/Delta
    Esturay_Edge/Delta -->|Deal request| Filecoin