NFT Dutch Auction
in an auction contract, we need a function to get the current auction price.
비디오
⚠️ The video failed to play. The original link:
https://assets.hackquest.io/hackathons/projects/demoVideo/wRpOPaE_AtOcR8wXV87DI.mp4설명
In an auction contract, we need a function to get the current auction price. This price may change over time, and it may increase or decrease depending on the auction rules.
The auction's current price is not static but changes according to predefined rules—typically decreasing from a starting price over time until the auction expires. This lesson will guide you through writing a function that calculates and returns the current auction price based on these rules.
해커톤 진행 상황
i worked as a solo