-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Goal
Metaboss is able to bulk mint NFTs by reading metadata json and media assets from a directory on the workstation.
#[default: ~/nfts] #[default: cache.json]
metaboss bulk_mint --upload-directory=~/nfts --cache-file=~./cache.json
Strategy
Metaboss follows a similar flow to sugar where it reads a directory of metadata json and media assets. Metaboss reads the directory, uploads media assets, completes the metadata json, submits mint NFT transactions to Solana using wallet configured on the workstation, and tracks the success of nfts making it on chain through a cache file.
Sugar References
Metadata
Metadata
Assignees
Labels
No labels