Expand description

A simple NFT Json Metadata library, with easy axum-based servers

Modules

Provided generator implementations
OpenSea-specific data structures
Prelude
Servers

Structs

Top-level NFT Metadata supporting basic ERC-721 schema, with OpenSea extensions.

Enums

An NftImage is a URL to an image, or the image data as a string.

Traits

A MetadataGenerator asynchronously generates token and contract Metadata. Tokens are referenced by the uint256 tokenId used to identify them in the ERC-721 contract.