Bjarte S. Karlsen
Bjarte S. Karlsen
I just mentioned this in https://github.com/onflow/nft-storefront/issues/33 but i can mention it here again. In practise with blocto bay and rarible I cannot list the same item twice. If i list...
I mentioned this when this contract was created. Royalties should be fetched from the Metadata.Royalties that is defined in the NFT when a listing is made. This should be made...
Good points! In the versus profile contract I added a method to deposit any kind of FT that the profile has registered. Should there be a register for FTs so...
I think this could live in another contract, so you have one for Storefront and OpenOffers it could be in that account. Because it is as you say it is...
Not sure if it is worth it to add cuts/royalties here
For me the main purpose of this view is 3 things: 0. getting all the listings I have in my account without having to know things beforehand 1. printing those...
@Peixer because then it will only for a single implementation at a single address. And people copy NFTStorefront, they modify it they do all sorts of things to it. And...
The problem with storage iteration here is that you have to _know_ exactly what to look for. If somebody makes a new market contract, deploys their own version of storefront...
If people can think on what fields they want in there and we can give it a bit of time and then revisit? Btw i think cadence and flow needs...
@austinkline having more then one view here is not a bad option. I am totally for a seperate one for offers (of all different types, like collection/global or limited by...