Skip to content
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

feat: add nft dutch contract #179

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

Jagadeeshftw
Copy link
Contributor

🚀 Pull Request Description

This PR introduces a new Dutch auction contract (NFTDutchAuction.cairo) and updates interfaces to support the ERC721 functionality. It also includes comprehensive testing (test_nft_dutch.cairo) to validate the correct behavior of the contract, including time-dependent price adjustments, balance checks, and total supply limits.

🔗 Linked Issues

Fixes #111

📸 Screenshots

image
image
image

✅ PR Checklist

  • I have tested these changes locally
  • Relevant documentation is updated
  • My code follows the repository's coding guidelines
  • I have added/updated tests that prove my fix/feature
  • No breaking changes introduced
  • Code is well-commented and readable

Copy link

vercel bot commented Feb 27, 2025

@Jagadeeshftw is attempting to deploy a commit to the poulavbhowmick03's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@PoulavBhowmick03 PoulavBhowmick03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

@PoulavBhowmick03 PoulavBhowmick03 merged commit 7c7477e into Shonen-Labs:main Feb 27, 2025
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Contract] NFT Dutch Auction
2 participants