Metadata-Version: 2.1
Name: nftools
Version: 0.3.0rc5
Summary: A CLI for managing your solana nft collection.
Home-page: https://github.com/akajimeagle/nftools
Author: Jim Eagle
Author-email: akajimeagle@pm.me
License: MIT license
Keywords: nftools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

=======
nftools
=======


.. image:: https://img.shields.io/pypi/v/nftools.svg
        :target: https://pypi.python.org/pypi/nftools

.. image:: https://img.shields.io/travis/akajimeagle/nftools.svg
        :target: https://travis-ci.com/akajimeagle/nftools

.. image:: https://readthedocs.org/projects/nftools/badge/?version=latest
        :target: https://nftools.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

A CLI for managing your solana nft collection.


* Free software: MIT license
* Documentation: https://nftools.readthedocs.io.


READY
------


Create Whitelist Token:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::

$ nftools create-whitelist-token


WIP
-------

Take Holder Snapshot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::

$ nftools snapshot

Get Hash List (Mint List):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::

$ nftools get_mints


Get Collection Holders
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::

$ nftools get_holders


Get Collection Metadata
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::

$ nftools get_metadata


TODO
-------


Collection Airdrop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::

$ nftools airdrop-collection


TEST


=======
History
=======

0.1.0 (2022-08-14)
------------------

* First release on PyPI.


