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.

import { mkt } from './config'

// Create collection with default config:
await mkt.createCollection()

// Provide collection configuration:
await mkt.createCollection(
  {
    name: `app.EVAV.org Collection ${Date.now()}`,
    description: 'A collection built on top of the EVAV marketplace protocol',
    image:
      'https://meta.evav.org/ipfs/QmdaswaUoZoFAzbyuaQEJtKQdZvytsaQzoLsvUcQigPSCg/evav-collection-image.png',
    banner_image:
      'https://meta.evav.org/ipfs/QmdaswaUoZoFAzbyuaQEJtKQdZvytsaQzoLsvUcQigPSCg/evav-collection-banner.svg',
    featured_image:
      'https://meta.evav.org/ipfs/QmdaswaUoZoFAzbyuaQEJtKQdZvytsaQzoLsvUcQigPSCg/evav-collection-image.png',
    external_link: 'https://app.evav.org',
    collaborators: [],
  }
)