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

Need the ability to take ERC721 listings #6

Open
itsMarcoSolis opened this issue Nov 12, 2022 · 0 comments
Open

Need the ability to take ERC721 listings #6

itsMarcoSolis opened this issue Nov 12, 2022 · 0 comments
Assignees
Labels
technical debt Something which has to be done that doesn't involve creating a new feature

Comments

@itsMarcoSolis
Copy link
Member

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.
@itsMarcoSolis itsMarcoSolis added the technical debt Something which has to be done that doesn't involve creating a new feature label Nov 12, 2022
@itsMarcoSolis itsMarcoSolis self-assigned this Dec 3, 2022
@itsMarcoSolis itsMarcoSolis changed the title Need the ability to take ERC721 offers Need the ability to take ERC721 listings Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt Something which has to be done that doesn't involve creating a new feature
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant