A curated list of resources for builders / artists hacking NFTs on Solana.
- β Includes: open standards, protocols, OSS repos, community-built tools
- β Excludes: individual drops, future promises (without actual code / working product)
- π Ordering: OSS before closed-source, ordered by github stars
If you see something missing - please submit a PR π
- Metaplex Token Metadata Standard (docs) - defines NFT metadata (its structure, how it's stored on-chain / off-chain) and different types of NFTs (master editions, normal editions, one-offs, participation NFTs)
- Burnt Finance "Collections" - a standard that proposes to start recording NFTs as part of "collections". A collection adds an NFT to an array stored in a PDA to verify it as original, and the NFT in turn signs the collection's PK to verify the addition is valid (otherwise any collection could claim the NFT is part of it).
- Metaplex - a set of 4 progams that together enable NFT creators to mint and auction off their creations. Highly customizable (eg can set max mint, add attributes, decide what kind of edition you want to sell).
- Token Metadata (docs) - described above
- Token Vault (docs) - escrow & fractionalization of NFTs
- Auction (docs) - different types of auctions for NFTs
- Metaplex (docs) - the only program aware of the other 3, brings everything together
- Metaplex Store (docs) - self-serve front-end for Metaplex
- Holaplex - managed storefront for Metaplex, setup in 5 minutes
- Metaplex Candy Machine (docs) - simple program (to use, not to build!) that issues a fixed number of NFTs at a fixed price, first come first serve. If Metaplex itself has too many knobs for you to think about, consider the Candy Machine instead.
- Fair Launch (docs) (intro video) - a way to do "fair" launches in 3 phases: 1)users bid, 2)users adjust their bids, 3)a lottery determines winners who get to mint the NFTs.
- A number of "managed" launch services exist: Nova Launch, CrayonCreed. We've not tried and are not promoting either:)
- Token Vault (docs) - Metaplex vaults. Support fractionalization, although without built-in auctionn mechanic (you'd need to collect all the pieces manually).
- Gem Bank (docs) - Gemworks vaults. Users deposit/withdraw, bank manager locks/unlocks. Can control what NFTs are / aren't allowed in using a whitelist of mints / creators.
- Gumdrop (docs) (guide) - can be used to create a whitelisted candy machine sale.
- SPL-Airdrop - can be used to airdrop whitelist tokens to a list of addresses.
- Can deposit multiple token mints (actually useful for NFTs):
- Can deposit only a single token mint at a time:
- Serum's Staking Program (and the UI for it) - Serum's staking program. Most complex out of the bunch, but most fully-featured (supports time-locked rewards, doesn't comingle users' funds). Users need to actively "claim" the stake by periodically clicking a button.
- Step Finance Rewards Pool - Step Finance rewards program. "AMM-style", meaning users' funds are pooled and rewards distributed proportionally. Supports rewards in up to 2 different mints.
- Step Finance Staking Program - Step Finance staking program. A simpler program vs the one above, only pays out in one type of token.
- Gumdrop (docs) (guide) - can be used to airdrop NFTs & tokens to whitelisted accounts. Users can be notified via email, SMS, or discord.
- Air Support - set of scripts to airdrop NFTs to your following in 5 easy steps.
- Ghetto SolAir - a guerilla tactix command lined based airdrop tool for Solana with no polish and max functionality.
- Metaplex Auction House - sell your NFT for a fixed price in a decentralized manner.
- Metaplex Token Entangler - an escrow service that enables 2 parties to swap their NFTs.
- Cofre - online tool for p2p NFT swaps.
- YAWWW - another p2p escrow tool by a member of the MonkeDAO.
- FoxySwap - P2P NFT swap service by the Famous Fox Federation team.
- NftEyez - online NFT gallery.
- How Rare Drops - SOL specific drops. In my experience this has the widest coverage. No pics tho:(
- Solanalysis Upcoming Drops - SOL specific drops.
- Next Drop - multi-chain drop info, includes Solana (filterable)
- Non Fungi - multi-chain drop info, includes Solana (filterable)
- NFT Calendar - multi-chain drop info, includes Solana (filterable)
- Ape O'Clock - multi-chain drop info, includes Solana (filterable)
- Rarity Tools - multi-chain drop info, includes Solana
- NFT Evening - multi-chain drop info, includes Solana
- Upcoming NFT - multi-chain drop info, includes Solana
- CoinMarketCap - multi-chain drop info, includes Solana
- NFTπAPE(github code ) - 1-click tool to calculate your P&L / paperhands / diamondhands amounts
- Solanafloor - floor insights for NFTs on Solana.
- Solanalysis - track market cap and trading activity for Solana-based NFTs.
- NFT FloorPrice - another app to track floor prices (shows by Marketplace).
- Solana Seer - see floor prices for each NFT in your wallet (includes those currently selling on marketplaces).
- CryptoSlam - useful multi-chain analytics, has all the top collections on Solana
- Nasus - portfolio management focused NFT viewer
- MoveMints by BridgeSplit - tracks the latest Solana NFT drops and analyzes their community growth.
- Solens - All-in-one analytics platform to follow Solana NFT trends, smart money activity and historical data (by marketplace).
- SolsWatch - Data Insights and charts on Solana NFT collections from the secondary marketplaces. Discover new collections as soon as they are added to the marketplaces.
- How Rare Is - rarity tools for NFTs on solana.
- Moonrank - absolute statistical rarity for solana NFTs.
- SolTracker - has a smaller selection of projects, but works.
- Token Vault (docs) - allows fractionalization of NFTs, although only has a naive buyout mechanism
- Fraktion
- Bridgesplit
- MIMO
- LIQNFT
- Solguard - enter the NFT mint to find out if it's part of a real collection or fake.
- MonkeDAO Twitter Bot - observes marketplace sales and tweets them.
- Discord Bot - tracks sales and posts them to discord.
- Sales Tracker Bot - tracks marketplace sales by observing payments flowing back to creators. Marketplace agnostic.
- SMB Marketplace History - sales bot for SMBs in particular, built by the legend @statikdev.
- Metaboss - rust CLI that acts as a "swiss army knife" for Metaplex (decode metadata, mint new NFTs, update metadata, and more).
- Metaplex JS CLI - js bindings for Metaplex.
- Metaplex Python CLI - python bindings for Metaplex.
- Metaplex Rust CLI - another rust CLI for metaplex, similar ot Metaboss.
- Sonar NFT Creator (github code) - upload a file, name it, add a description and mint your NFT. Super simple tool for experimenting!
- Script to update Solana NFT Token Metadata
- NFT Armory (github code) - UI tool to view / mint / update Metaplex NFTs, aimed at developers/artists for quick and efficient experimentation.
- MetaplexMetadata-js - scrape metadata for the provided mint.
- Solana mint List - provide mint wallet address > scrape metadata & arweave data for each NFT in a given collection.
- Abstractica - provide mint wallet address > get addresses of current holders of a given collection.
- getHolderSnapshot - provide list of NFT mints > get holders for each.
- Metaplex Store Installer - community script to install metaplex store on a linux box.
- Metaplex Launch Cost Calculator - enter your collection size to calculate the total fees you will incur to launch.
- Candy Machine Mint - off the shelf front-ends for Candy Machine.
- Solana Candy Factory - fork, customize, and deploy your own candy machine mint app to a custom domain, ultra fast.
- MintUI - extensible UI for creating Metaplex Candy Machines.
- Willy Wonka - Mint candy machine NFTs from your CLI. Use your preferred rpc provider. Avoid rage quitting because the candy machine GUI fails.
- CSV-to-JSON for Candy Machine - quickly turn a CSV file into a bunch of JSONs that the Candy Machine expects.
- Candy Machine V2 Responsive UI - responsive, customizable prod-ready UI for Candy Machine V2.
- Next.js Tailwind CSS Candy Machine V2 - Next.js, Whitelist signup to Notion, Tailwind CSS, NFT Collection Viewer, and more.
- List all Candy Machines in existence
- Complete Video Tutorial - Full Candy Machine V2 Video tutorial detailing all steps of the project (Assets generation, Pre-sale, Mint, REVEAL, ...).
- Arweave NFT Uploader
- Arweave Image Uploader
- Permaweb Dropper
- Harbor
- Sol NFT Tools - has an uploder section.
- Solana Tools - find PDAs, ATAs, and read NFT/token metadata from a mint address.
- Sol NFT Tools - get mints created by a creator, get metadata from a mint, get holders of a bunch of mints, upload files to arweave.
- Create Solana Dapp - Scaffolding for a Solana dapp using TS, Next.JS, Tailwinds CSS, and Daisy UI.
- Dapp Scaffold - Scaffolding for a dapp using TS, React & Antd.
- sol-rayz - set of tools to quickly build NFT Galleries
- Hashlips Art Engine - JS gen art generator.
- NFT Image generator - python code in jupyter notebooks for generative art.
- Treat Toolbox - drag and drop tool with a friendly UI to randomly combine layers into generative art.
- NFT Maker - NodeJS package to generate NFT images and JSON compatible with Metaplex's Candy Machine.
- Solseum NFT generator - python cli for genrative art with sophisticated tooling/charts around the rarity system.
- Lifecycle NFT generator - python cli for generative art.
- Candy Maker - ts cli for generative art.
- TIEXO - generative NFT art toolbox from the creators of Moonlet.