The home of snapshots for the Legends of Solana. When you know you know.
This repository is a collection of snapshots for various NFT projects on the Solana blockchain. Each snapshot is a JSON file that contains the addresses of the NFTs and their owners. For your NFT project to be submitted to the repository be sure to generate a snapshot which follows the format from https://www.helius.dev/blog/nft-holder-snapshots.
- AEP Life Form
- All Domains - https://alldomains.id
- BOOGLE
- Boom Heroes - https://boom.army
- Bozo Collective - https://twitter.com/BozoCollective
- Brewed Bones - https://www.brewedbones.com
- Bullyz Crew - https://www.bullyzcrew.com
- Bullyz Loot Box - https://www.bullyzcrew.com
- Bullyz Shipz - https://www.bullyzcrew.com
- BVDCATs - https://bvdcat.io/
- Cets
- Chads
- Dawnbreakers - https://radiant.nexus/
- Deanslist
- Degen Dad
- Degen Royale - https://degenroyale.io/
- DTB Collection NFT - https://www.degentradingbears.xyz
- Dev Card - https://www.devnet.directory/
- Famous Fox Federation - https://famousfoxes.com
- GIZMOS : Land - https://playgizmos.com/
- Grim Syndicate - https://grimsyndicate.com
- GRINDERS NFTS
- Lifinity Flares - https://lifinity.io
- Mad Lads - https://madlads.com
- MixtApe - https://mixt-ape.com
- Okay Bears - https://www.okaybears.com/
- Ordo Nemesis - https://ordonemesis.com/
- Pesky Penguins - https://pesky-penguins.com
- Primus Gladiators
- raccs - raccs.io
- Radiants - https://radiant.nexus/
- Saga Monkes
- Secret Sphinx - https://secretsphinx.io/
- Sentries - https://sentries.io/
- Shremps - https://shrempin.com
- SMB Gen2 - https://solanamonkey.business/
- SolKongz - https://www.solkongz.net
- Sollamas - https://sollamas.com
- Squidz
- Tensorians - https://www.tensor.trade/
- True OG
- The Roundies - https://theroundies.co
- THUG - https://www.thugbirdz.com/
- WOOFers - https://www.woofsolana.world
- Zilly Goat 7777 Series - https://www.zillionairegoatclub.com
The repository is structured as follows:
- The
NFTs/
directory contains folders for each NFT project. Each folder is named after the project it represents. - Inside each project's folder, there are JSON files named in the format
{project_YYMMDD}.json
. These files are the snapshots for the project.
To add a new snapshot to the collection, follow these steps:
- Fork this repository and run
npm install
inside the downloaded fork folder to install all dependencies - Snakecase the name of the project in your mind palace eg.
Legends of Solana
becomeslegends_of_solana
- Get the collection address:
- Run
npm run snapshot {project_name} {collection_address}
to generate a snapshot - eg.snapshot boom_heroes EJqr8VRC3rJaEVDDkcbG9G122ixW1GQ4f6y6vMwaGoco
- Open a PR with the new snapshot
A good example of a PR can be seen here with complete data formats for NFT projects:
We welcome contributions from the community. If you have a new snapshot to add or an update to an existing one, please submit a PR. If you have any questions or need help, feel free to open an issue.