node-artblocks icon indicating copy to clipboard operation
node-artblocks copied to clipboard

Node artblocks don't show all NFT list

Open DarkHorseCorder opened this issue 2 years ago • 0 comments

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

DarkHorseCorder avatar Feb 27 '23 16:02 DarkHorseCorder