For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mint Count Widget

The mint count widget simply shows the number of mints for the given claim. You should be able to override styles using CSS (see Customization & Styling).

m-claim-mint-count

Shows just the number that have been minted, and nothing else. Allows for full customization or embedding in other sites. For example - a blog post or GitHub repo header.

<div
  data-widget="m-claim-mint-count"
  data-id="INSTANCE_ID"
></div>

Last updated