Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Bulk NFT Mint #204

Open
kespinola opened this issue Oct 4, 2022 · 0 comments
Open

[Feature] Bulk NFT Mint #204

kespinola opened this issue Oct 4, 2022 · 0 comments

Comments

@kespinola
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant