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

Buy from the creator in Explorer #20

Open
yangwao opened this issue Apr 17, 2023 · 2 comments
Open

Buy from the creator in Explorer #20

yangwao opened this issue Apr 17, 2023 · 2 comments
Labels
resolver Server extension schema Requires changing schema

Comments

@yangwao
Copy link
Member

yangwao commented Apr 17, 2023

on explorer or on collection detail?

we can have it on both.

On explorer I need to write resolver or do other magic

Originally posted by @vikiival in kodadot/nft-gallery#5453 (comment)

@yangwao yangwao added the resolver Server extension label Apr 17, 2023
@yangwao
Copy link
Member Author

yangwao commented Apr 17, 2023

Rubick probably first

@vikiival
Copy link
Member

vikiival commented Apr 17, 2023

The most probably would be better to extend schema with

type NFTEntity {
  ownedByCreator: Boolean!
}

This needs to be checked on

  • mint
  • send
  • buy

in basilisk also in

  • accept offer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolver Server extension schema Requires changing schema
Projects
None yet
Development

No branches or pull requests

2 participants