-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: NFT Dutch Auction #187
Comments
Can I hop on this? |
I'll like to work on this |
Kindly drop link to the StarknetByExample telegram group please. |
Hi @julio4, I'm a returning contributor from previous ODHacks (check my OD profile here) and I'd love to handle this issue. In particular, I have experience porting Solidity code to Cairo as I did in Solidity EIPs to Cairo conversions such as ERC7496 and ERC7498. |
Hello everyone! I assigned @princeibs for this time! |
@princeibs Are you still working on this? |
Yeah sure. Almost done. |
Thank you, please open a draft PR as soon as possible! |
Description
In this example, we will show the implementation of an NFT minting contract using a Dutch Auction, where the minting price follows a decreasing price curve.
Minting Details
startingPrice
.duration
.totalSupply
has not been reached.totalSupply
is reached or theduration
has elapsed.Criteria:
IERC20 priceToken
Resources:
ODHack
To be eligible for additional rewards, be sure to review and follow the ODHack Common Guidelines and Contributing Guidelines.
Be sure to join the telegram group and introduce yourself.
The text was updated successfully, but these errors were encountered: