You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a buyer I need to have the ability to take any ERC721 offer So that I can obtain the NFT in exchange for ETH or an ERC20 token.
Details and Assumptions
To take an offer, the user must be registered.
Need a listed ERC721 offer
Acceptance Criteria
Given there is a listed ERC721 which the user wants and has enough funds to pay for it, whether its ETH or an ERC20
When the user takes the offer
Then the desired ERC721 token must be transferred to the buyer's address, and the listing price (in ETH or ERC20( must be transferred to the seller's address. After the transaction is confirmed, the sell offer must be deleted from the Orbit Database.
The text was updated successfully, but these errors were encountered:
As a buyer
I need to have the ability to take any ERC721 offer
So that I can obtain the NFT in exchange for ETH or an ERC20 token.
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: