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

Node artblocks don't show all NFT list #15

Open
DarkHorseCorder opened this issue Feb 27, 2023 · 0 comments
Open

Node artblocks don't show all NFT list #15

DarkHorseCorder opened this issue Feb 27, 2023 · 0 comments

Comments

@DarkHorseCorder
Copy link

I have built react project that show all Artblock list using node-artblocks module
For that, I have done like below

Install artblocks module v 0.1.4

In App.js
import ArtBlocks from 'artblocks'

let artblocks = new ArtBlocks("thegraph", "mainnet");

var temp =await artblocks.projects()

I thought the temp include all Art block projects

But it was not correct, for example the recent Artblock project is Cerebellum.

https://www.artblocks.io/collections/curated/projects/0x99a9b7c1116f9ceeb1652de04d5969cce509b069/412?section=all%20items

But I can't see this from temp value.

Also there are many missing project from this module

e,x : About Ottocento (author is Berubara), the module return 0/1000000 Minted, but on Artblocks.io, it's saying 23items already published

Another one, I can't find KARMA NFT from this module

https://www.artblocks.io/collections/presents/projects/0x99a9b7c1116f9ceeb1652de04d5969cce509b069/414?section=all%20items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant