We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: