We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most market-places support Contract-level metadata (https://docs.opensea.io/docs/contract-level-metadata) This is being standardized under https://eips.ethereum.org/EIPS/eip-7572
There shall be an endpoint api/v1/collections/ which returns the collection-Metdata and can be used as contractURI() endpoint.
It shall be compliant with ERC-7572, i.e. always return a name.
The text was updated successfully, but these errors were encountered:
contractURI: Rudimental endpoint, ERC-7572 (#84)
a6e5b6c
An endpoint, returning an ERC-7572 compliant JSON-object. This endpoint is suitable to be used as contractURI() endpoint in Smart contracts.
tbergmueller
No branches or pull requests
Most market-places support Contract-level metadata (https://docs.opensea.io/docs/contract-level-metadata)
This is being standardized under https://eips.ethereum.org/EIPS/eip-7572
There shall be an endpoint
api/v1/collections/ which returns the collection-Metdata and can be used as contractURI() endpoint.
It shall be compliant with ERC-7572, i.e. always return a name.
The text was updated successfully, but these errors were encountered: