metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
203 stars 116 forks source link

[Feature]: Allow existing URLs in json metadata #300

Closed febo closed 1 year ago

febo commented 2 years ago

Feature

The upload command expects that all assets have a pair (image, metadata). There are scenarios where the user might want to use an existing image URL instead of upload the image again.

Ideal solution or implementation

The validation of the metadata should differentiate between existing (complete) and placeholder URIs. When an existing one is used, there is no need to provide an image file and the upload should not attempt to upload the image.

Alternative solutions or implementations

No response

Other context

No response