divergencetech / ethier

Golang and Solidity SDK to make Ethereum development ethier
MIT License
217 stars 23 forks source link

Support for multiple metadata/image endpoints on `erc721.Server`. #71

Closed ARR4N closed 1 year ago

ARR4N commented 1 year ago

erc721.Server was named erc721.MetadataServer before this PR.

The erc721.Server.MetdataPath and Metadata fields have been combined into an erc721.MetadataEndpoint type, of which the server accepts a slice. Similarly for images.


This change is Reviewable