Expand description
A simple NFT Json Metadata library, with easy axum-based servers
Modules§
- generators
- Provided generator implementations
- open_
sea - OpenSea-specific data structures
- prelude
- Prelude
- server
- Servers
Structs§
- NftMetadata
- Top-level NFT Metadata supporting basic ERC-721 schema, with OpenSea extensions.
Enums§
- NftImage
- An
NftImage
is a URL to an image, or the image data as a string.
Traits§
- Metadata
Generator - A
MetadataGenerator
asynchronously generates token and contract Metadata. Tokens are referenced by theuint256
tokenId used to identify them in the ERC-721 contract.