You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interaction with SellerVerification and CarVerification contracts:
Important: add a check to ensure that the seller attempting to list a car is verified. The verification process should also include checking the Vehicle Identification Number (VIN) and any relevant details to confirm the vehicle is authentic and verified.
Suggested Action: Implement validation to ensure that both the seller and the car pass verification before proceeding with any listings.
Auction Contract Interaction:
How does this contract interact with the auction contract? At what point does the auctioning process come into play?
Interaction with SellerVerification and CarVerification contracts:
Important: add a check to ensure that the seller attempting to list a car is verified. The verification process should also include checking the Vehicle Identification Number (VIN) and any relevant details to confirm the vehicle is authentic and verified.
Suggested Action: Implement validation to ensure that both the seller and the car pass verification before proceeding with any listings.
Auction Contract Interaction:
How does this contract interact with the auction contract? At what point does the auctioning process come into play?
Description:
File:
MarketPlace.sol
Points to address:
Interaction with
SellerVerification
andCarVerification
contracts:Suggested Action: Implement validation to ensure that both the seller and the car pass verification before proceeding with any listings.
Auction Contract Interaction:
@Tchisom17, could you please comment on this
Compatibility with the NFT Contract:
@DonGuillotine,
The text was updated successfully, but these errors were encountered: