fuseio / fuse-nft-subgraph

Subgraph that indexes NFTs on Fuse network
MIT License
0 stars 6 forks source link

Erc721 tokens not showing on account #3

Open mul53 opened 2 years ago

mul53 commented 2 years ago

Problem: The account 0x862Bd4208b2F6ed64Ce92AAdA2669d3c5CC705d9 has one Cozy Cosmonauts NFT but it doesn't appear on the subgraph.

The subgraph isn't indexing the NFTs correctly, it should pick up all NFTs provided the tokenURI of the NFT is a valid http url or a valid ipfs url

Resources: cozy cosmonauts nft fuse nft subgraph

gitcoinbot commented 2 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


This issue now has a funding of 0.3449 ETH (999.87 USD @ $2899.02/ETH) attached to it.

zhyd1997 commented 2 years ago

Applied on gitcoin!

zhyd1997 commented 2 years ago

How to reproduce the issue, could you give me a full example 👀

gitcoinbot commented 2 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work has been started.

These users each claimed they can complete the work by 264 years, 8 months from now. Please review their action plans below:

1) zhyd1997 has applied to start work _(Funders only: approve worker | reject worker)_.

I'm glad to work on it! And I like the way to query data --. GraphQL 2) harsh9200 has applied to start work _(Funders only: approve worker | reject worker)_.

Hello,

I have past experience working with subgraphs and I have created subgraphs related to NFT Games in the past which required me to index the number of NFTs and types of NFT a User is holding which is quite similar to your subgraph fundamentally. I can start working on this asap. We can discuss this further on discord. 3) developerfred has been approved to start work.

I have experience subgraphs would love to add this new contract to the fuse nft index

Learn more on the Gitcoin Issue Details page.

developerfred commented 2 years ago

@mul53 can you test my hotfix ?

harsh9200 commented 2 years ago

@mul53

Hello, I have gone through your Gitcoin bounty. From what I understood, you need a subgraph that is going to index NFTs based on User. For that, the schema should be completely changed and there should be a one-to-many relation between User and Collectible entity such that If you search for a User you get back all the NFTs present in the account.

gitcoinbot commented 2 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work for 0.3449 ETH (1020.59 USD @ $3001.72/ETH) has been submitted by:

  1. @developerfred

@leonprou please take a look at the submitted work:


harsh9200 commented 2 years ago

is this bounty still open?

GundamDweeb commented 2 years ago

Hi I have opened a PR for this bounty!