RequestNetwork / request-scan

Request Scan app frontend
https://scan.request.network
MIT License
0 stars 0 forks source link

Add a Content Identifier (CID) page and a Content Identifiers (CIDs) page. Add Protocol fee column to the Actions and Payments Table on the Request page #38

Open MantisClone opened 1 month ago

MantisClone commented 1 month ago

Motivation

Users want to analyze CIDs, and the Protocol fee required to store a given request

Definiton of Done

Considerations

There are two options for implementing the Protocol fee columns:

  1. Easy option: Display the fee to store the whole CID, even if the request is part of a batch.
  2. Harder option: Display the fee to store only this request. If part of a batch, calculate the fee from the size of the data - using the same calculation used in the smart contract.