onflow / freshmint

Apache License 2.0
68 stars 17 forks source link

Mutable collection metadata #130

Closed psiemens closed 2 years ago

psiemens commented 2 years ago

This PR updates the NFT contract templates to include a collectionMetadata field that can be set and updated by the contract owner.

This allows developers to easily implement the NFTCollectionDisplay view and gives them the flexible to change their collection information as their project evolves (e.g. adding new social accounts, updating images, etc).

This work is related to https://github.com/packagelabs/freshmint/issues/117