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 amount of a listed ERC1155 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 ERC1155 offer
The buyer has enough funds to cover the offer
Acceptance Criteria
Given there is a listed ERC1155 offer with tree items,
When the user takes the offer, buying only two of the three items listed,
Then the two ERC1155s must be transferred to the buyer's address, and the desired price per ERC1155 times two (paid in ETH or ERC20) must be transferred to the seller's address. After the transaction is confirmed, the sell offer must be updated in the Orbit Database to reflect there is still one ERC1155 available for sell.
The text was updated successfully, but these errors were encountered:
As a buyer
I need to have the ability to take any amount of a listed ERC1155 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: