Skip to content

Node artblocks don't show all NFT list #15

@DarkHorseCorder

Description

@DarkHorseCorder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions