Would be great to have more examples of how to write a contract showing how to use the EnglishAuction, especially the anti-snipping feature and the increment over the highest bid to prevent micro bidding(by overriding _validateBidIncrement).
Showing how to use the beforeBid and _afterBid hooks might be also interesting.
Would be great to have more examples of how to write a contract showing how to use the EnglishAuction, especially the anti-snipping feature and the increment over the highest bid to prevent micro bidding(by overriding _validateBidIncrement).
Showing how to use the
beforeBidand_afterBidhooks might be also interesting.