Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.evav.org/llms.txt

Use this file to discover all available pages before exploring further.

Get Marketplace ID by item attributes

import { Marketplace } from '@evav/marketplace'

const itemId = Marketplace.getId({
  chainType,
  chainId,
  collectionAddress,
  tokenId,
})

Parse Marketplace ID to get item attributes

import { Marketplace } from '@evav/marketplace'

const itemId = Marketplace.parseId(itemId)