drewcook / arbor-ui

A collaborative, music-making NFT platform for artists and collectors, built on Ethereum.
https://arbor.audio
GNU General Public License v3.0
7 stars 7 forks source link

ZK Auctions for project NFTs #188

Open drewcook opened 2 years ago

drewcook commented 2 years ago

New Feature

Please fill in these details describing the new feature you'd like to see added to the UI. Please be as specific as possible.

User Story

As a collector on the web app, I should be able to bid on open auctions of Arbor project NFTs and bid anonymously using ZKPs. After a given auction time window, the highest bidder wins the ability to mint the given NFT and own it, and is paid for by the winning bid for that price. Bids are locked in prior to minting, to prevent users from spamming auctions but never minting the tokens.

The current fixed-price model will need to be refactored. The existing NFT smart contract will need to be altered to respect the current bid price instead, which will be available in a newBlindAuction.sol contract

Acceptance Criteria

Resources

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.