Dropspot Embeddable Marketplace

Dropspot have published an embeddable and aggregated marketplace built in standard HTML.

Introduction

Dropspot's embeddable marketplace allows you to seamlessly embed a functioning marketplace into your own website in only a few lines of code.

This solution utilises Dropspot's Aggregated Marketplace service layer to allow your community to buy, sell or list your NFTs on any of the supported marketplaces, directly via your own website.

<INSERT IMAGE HERE>

Features

Aggregated Transactions

DEM is backed by DS Aggregated Marketplace Service layer meaning that assets listed on any supported marketplace can be transacted against.

Integrated Authentication

Dropspot seamless connects with the wallet connection that you may have already built into your website. Wallet details from connected uses will automatically be passed down to the embedded marketplace.

High Performance

Dropspot marketplace is a highly performant widget, utilising image and data caching for the best user experience.

Installation

To install the Dropspot Web Component, you will need to add the following code to your HTML page:

<head>
...    
  <link
    rel="stylesheet"
    type="text/css"
    href="https://media.dropspot.io/wc/beta/style.css"
  />
  <script
    type="module"
    src="https://media.dropspot.io/wc/beta/marketplace-wrapper.iife.js"
  ></script>
...    
</head>
<body>
  ...
  <marketplace-wrapper 
    network="mainnet" 
    policy="c72d0438330ed1346f4437fcc1c263ea38e933c1124c8d0f2abc6312"
    clientId="">
  </marketplace-wrapper>
  ...
<body>

Note: The component is currently in very a early Beta version; there will be bugs and parts that do not work quite right. We are actively working to make version 1.0 ASAP

Last updated