📄️ Creating a Customer & Wallet
In this guide, we'll walk you through the process of creating a customer and a wallet on Holaplex Hub. This wallet can then be used to mint tokens into.
📄️ Deploying a Mint Page
Overview
📄️ Hosting Locally
In this guide, we are going to locally host this repository and in the process, we'll learn how a complete application using Hub can be run locally, so that you can tinker around with the various parts and test how everything works.
📄️ Inviting Team Members
Hub is designed to help you and your team collaborate more effectively when working on projects. In this guide, we'll walk you through the process of inviting other members from your team to join Hub.
📄️ Transferring a token out of a Hub wallet
In this guide, we'll use Hub API to transfer a Hub-minted token out of a Hub wallet. We'll add corresponding UI to our starter mint repos. The feature is available now via Hub API.
📄️ Importing a Collection
Any existing Solana collection can be imported into Hub for management and analysis.
📄️ Compressed NFTs on Solana
Compressed NFTs (cNFTs) use State Compression and merkle trees to reduce the storage cost for NFTs by nearly 1000x. Instead of storing an NFT's metadata in a typical Solana account, cNFTs store the metadata within the ledger (off-chain, but subject to consensus), rather than fully on-chain like conventional NFTs.
📄️ Move an NFT from one collection to another
The Hub API can be used to move an NFT from one collection to another. In order to use the switchCollection mutation, the following must be true:
📄️ Two-Factor Authentication
Setting up two-factor authentication (2FA) is an effective way to enhance the security of your account. Follow the steps below to set it up:
📄️ Open Drops
An Open Drop offers a highly versatile method for distributing a collection of NFTs. It allows you to conveniently include images and metadata for a customizable number of NFTs, which can be minted through our API according to your specific requirements. For instance, an Open Drop is ideal for creating a generative collection, and you can leverage the Hub API to construct any distribution mechanism that suits your needs. Open Drops are currently only supported on Solana.