divergencetech / ethier

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

ERC721 metadata server #52

Closed ARR4N closed 2 years ago

ARR4N commented 2 years ago

Provides an http.Handler that listens for user-defined routes for metadata and images that:

  1. Parse the token ID in a user-defined base;
  2. Checking for token existence using a bound contract, if provided;
  3. Sourcing data from user-defined metadata and image functions; and
  4. Obfuscating potentially sensitive error messages, logging the cleartext.

This change is Reviewable