Skip to content

some unapprehensive concept #549

Answered by ATV3320
shiyuleixia asked this question in Q&A
Jun 15, 2022 · 4 comments · 3 replies
Discussion options

You must be logged in to vote

Even though I'm new to this but I've been reading the docs and skimming through the code and test cases, so I'll try to answer them as well:

  1. Criteria is for the nonfungible items only (ERC721, ERC1155), so let's say you want purpleSteel NFT(example) number 1 to 20 in exchange for whatever you're offering, but not others, but you have only passed the contract address of purpleSteel NFT, so you'd receive offers from NFTs of tokenID other than 1 to 20 as well, to prevent this, we have token identifiers, so you'd create a Merkle root composed of all the valid set of tokens (1 to 20) so that when a fulfiller(buyer) comes to fulfill, they'd just give proof that they have an NFT that has a toke…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@nfts4f4fff
Comment options

@ryanio
Comment options

@nfts4f4fff
Comment options

Answer selected by ryanio
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #514 on June 28, 2022 17:46.