Skip to content

NFT Publishing Flow

Serban Simu edited this page Apr 15, 2022 · 1 revision

The high level steps to publishing an NFT on a marketplace are:

  1. Create and set up the NFT Template
  • set media (video/audio/image)
  • set /public/asset_metadata information (title, display_title, edition, description, ...)
  1. Add a contract
  • Using the CLI: elv_live nft_add_contract
  1. Build the NFT
  • Using the CLI: elv_live nft_build
  1. Add the NFT as an item to the marketplace
  2. Add the item to a marketplace store section
  3. Update the tenant's Eluvio Live objcect
  4. Optionally publish to Eluvio Live
Clone this wiki locally