erc-nft-metadata

Crates.ioerc-nft-metadata
lib.rserc-nft-metadata
version0.1.1
sourcesrc
created_at2022-07-04 01:20:08.268785
updated_at2022-07-23 11:47:07.395009
descriptionType definitions for non-fungible token (NFT) metadata
homepage
repositoryhttps://github.com/wanderers-nft/nft-metadata-rs
max_upload_size
id618642
size21,147
Emerald (the-emerald)

documentation

README

erc-nft-metadata

Type definitions for ERC-based non-fungible token (NFT) metadata.

While EIP-721 defines a "ERC-721 Metadata JSON Schema", in practice it is rarely used. Instead, this crate implements the more popular OpenSea metadata standard.

This crate does not attempt to perform validation more than what is strictly necessary. Since every secondary market will use the fields in the metadata in a different way, it is up to the crate consumer to make sure the fields are appropriately populated.

License: MIT OR Apache-2.0

Commit count: 13

cargo fmt