Crate nft_server

Source
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§

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