-
Notifications
You must be signed in to change notification settings - Fork 5
Fast Collection
tidvn edited this page Jan 6, 2025
·
1 revision
The Fast Collection feature allows you to quickly upload asset information to the database, similar to the Mint Many process. Instead of minting assets on the blockchain, this function stores the data directly in the database for future use.
Ensure your CSV file follows the same structure as the Mint Many feature. The required columns are:
-
metadata[attributes] (Optional, such as
name,image,mediaType,rarity)
Go to the Fast Collection section of the application.

Click on the Upload CSV button to select and upload your CSV file.
Once you’ve selected your CSV file, the application will process the data and upload it to the database, storing the asset information without minting it on the blockchain.

Once the upload is complete, you can review and manage the stored asset data directly from the Collection section.

- Ensure your CSV file is formatted correctly before uploading to prevent errors.
- Track the upload status in the Dashboard to see if all assets have been successfully uploaded to the database.