Skip to content

akajimeagle/nftools

Repository files navigation

nftools

image

image

Documentation Status

A CLI for managing your solana nft collection.

  • Free software: MIT license

Requirements

Getting Started

With requirements installed, and python3.7 active and on path (or in virtual environment):

  • Install nftools: pip install nftools
  • Verify installation: nftools --version
    • If successful, should output nftools, version 1.0.7a
  • View available methods: nftools --help
  • Run your first command: nftools snapshot

READY

Create Whitelist Token

Create whitelist token (0 decimals) and mint specified amount to your wallet.

$ nftools create-whitelist-token

Take Holder Snapshot

Take snapshot of active holders for specified collection. Captures wallet address, nft token address, and nft token account address. Save in your specified format (json, csv, xlsx)

$ nftools snapshot

Get Hash List

Get list of nft token addresses for specified collection. Save in your specified format (json, csv, xlsx)

$ nftools get-hash-list

Get Collection NFts Held

Get # of collection NFTs held by owner. Save in your specified format (json, csv, xlsx)

$ nftools get-holders

WIP

Get Collection Metadata

$ nftools get-metadata

TODO

Collection Airdrop

$ nftools airdrop-collection

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published