tttimur / sol-mint-list

tool to retrieve mint tokens with metadata from the Solana blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana Mint Lint

Command line tool written in Typescript to retrieve mint tokens with metadata from the Solana blockchain.

Usage

This project uses yarn and typescript.

Run Locally

This uses ts-node to run directly from typescript.

    $ yarn retrieve {MINT_WALLET_ADDRESS}

Build

    $ yarn build

NFT Collection Mint Wallet Addresses

This list will be updated as more are tested.

  • aurory → 9vwYtcJsH1MskNaixcjgNBnvBDkTBhyg25umod1rgMQL
  • degen apes → 9BKWqDHfHZh9j39xakYVMdr6hXmCLHH5VfCpeq2idU9L
  • sneks → AuTF3kgAyBzsfjGcNABTSzzXK4bVcZcyZJtpCrayxoVp
  • solanauts → BDYYJ1VzPDXwJoARMZNnN4MX4cZNjVvc5DfFaKzgrruz

DISCLAIMER: This has only been tested against a few collections. It is not guaranteed to work for all.

License

Licensed under MIT — see LICENSE.

Related Projects

Supporting

If so inclined, consider supporting the developer by sending tips to:

SOL → 3m1JE6nMWGDzCQLMxiVNVa2H8F3CmDVgHJW13FQSUkfZ SOL → statik.dev

About

tool to retrieve mint tokens with metadata from the Solana blockchain.

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%