Closed indeavr closed 2 years ago
IPFS urls can be used for the dispute resolvement as well -> as the reason
Infura also has an IPFS API
Infura's API is immature and does not support deleting content. Going with Pinata as a proof of concept for now.
Storing big stringified objects on chain isn't optimal and leads to unnecessary gas costs.
IMO we should upload & pin the metadata on IPFS first before submitting only the hash to
postJob()
. moralis / nftport / nft.storage - all have convenient helpers.Moralis Docs
The
postJob
contract function should be constrained to only accept ipfs hashes.