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: [],
  }
)