Mass Upload of NFTs
Basic Usage
Simulate workflow steps
2 min
it's a lot of work to create an arts collection once the artist has created his artworks, he needs to prepare all the artifacts to be minted as this requires manual data input using the csv, errors may happen the tool comes with extend validation features trying reduce errors as much as possible to support the artist the tool can simulate (trial run) the generation of the artifacts and/or mass upload this way, the input data can be validated, costs calculated, etc without actually generating or minting anything to run a workflow step in trial mode, i e simulate, the try option is available for almost all commands usage signumart massup collection create|init \[options] creates a new collection options t, try runs without creating anything on chain good for testing purposes h, help display help for command here an example for collection commit $> signumart massup collection commit try \=================== trial run ==================== nothing will be generated \================================================ found collection ┌─────────────┬─────────────────────┐ │ (index) │ values │ ├─────────────┼─────────────────────┤ │ id │ '6666666' │ │ name │ 'dry run test' │ │ description │ 'just a local test' │ │ homepage │ '' │ │ socials │ '' │ └─────────────┴─────────────────────┘ ? do you want to continue preparing the nfts data for upload? yes ✔ congratulations all data is valid ┌─────────────────────────────┬────────────────┐ │ (index) │ values │ ├─────────────────────────────┼────────────────┤ │ count │ 499 │ │ auction count │ 0 │ │ for sale count │ 499 │ │ not for sale count │ 0 │ │ minimum total amount │ '499000 signa' │ │ attribute keys count │ 5 │ │ distinct attributes count │ 6 │ │ items with attributes count │ 5 │ │ validation errors │ 0 │ └─────────────────────────────┴────────────────┘ trial run finished no artifacts were created