Socket
Socket
Sign inDemoInstall

@zoralabs/nft-cli

Package Overview
Dependencies
49
Maintainers
19
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zoralabs/nft-cli

Access ZORA indexer information from the comfort of your own customized terminal.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
19
Created
Weekly downloads
 

Readme

Source

NFT CLI

Access ZORA indexer information from the comfort of your own customized terminal.

Query for collection data en masse with JSON and CSV output for data analysis, armchair understanding, and gallery creation.

Getting started:

npx @zoralabs/nft-cli tokens --owner tyson.eth --limit 100

npm install --global @zoralabs/nft-cli

Example Queries:

  • @zoralabs/nft-cli mints --csv --fields mints.toAddress,mints.tokenId --no-header --collection 0x51f0c1938b0E67CaFC7a6fC8eB6EdD7FDBe002bC --limit 10000 | sort > james-jean-mints.csv

  • @zoralabs/nft-cli nft tokens --collection 0x51f0c1938b0E67CaFC7a6fC8eB6EdD7FDBe002bC --limit 40

  • nft tokens --owner tyson.eth,isiain.eth --limit 10000

  • nft sales --owner isiain.eth --limit 100

What powers this?

The backend for this is powered by https://api.zora.co/graphql.

FAQs

Last updated on 03 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc