Skip to content

Instantly share code, notes, and snippets.

View Heyotetsuo's full-sized avatar

Manny Morales Heyotetsuo

View GitHub Profile
@jakerockland
jakerockland / ArtBlocksTokenHolders.py
Last active April 4, 2023 02:53
Art Blocks Token Holders Subgraph Script
#!/usr/bin/env python3
########################################################################################
## This script provides an easy way to aggregate the token holders of Art Blocks
## projects.
##
## In this current example only project "0", Chromie Squiggles [1], is being queried for
## but you can readily change `project: "0"` to the project number of your choosing
## in the GraphQL query below.
##