-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
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
Metadata
Metadata
Assignees
Labels
No labels