ggonzalez94/base-auctions

Write examples of EnglishAuction

Open

#5 opened on Jan 5, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Solidity (4 forks)auto 404
good first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide