ERC-721

Endpoints

The Xyxyx API offers three primary endpoints to handle ERC-721 smart contracts:

  1. Deploy Contract 1x1

    • Creates a contract optimized for a straightforward configuration where each token maps to a single object or resource.

  2. Deploy Contract A4

    • Sets up a contract designed for an A4 tokenization model use case or any more extensive configuration requirements.

  3. Mint Token

    • Creates a new token within a previously deployed ERC-721 contract (either 1x1 or A4).

    • Fewer input parameters are required here because detailed configuration and metadata are established during the Deploy Contract phase.

Last updated