Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nft-checkout-html

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nft-checkout-html

HTML version of MintStack package based on Lit

  • 0.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-84.62%
Maintainers
1
Weekly downloads
 
Created
Source

NFT-Checkout-Package HTML version

Insomnia NFT project's React plugin library published by creator's portal.

Built with Lit and TypeScript. Check out the Demo!

Usage

Install the SDK

<!--
  You can embed the SDK in <head> tag of your site. Or just before <checkout-widget> code.
-->
<script src="https://unpkg.com/nft-checkout-html@<version>/dist/index.js"></script>

Set up widget

Just add this line

<checkout-widget collectionid="<your_collection_id>" view="<normal | mini>"></checkout-widget>

collectionid: Your collection id view: view mode, either normal or mini(with necessary fields only)

note: Above is sample code and demo purpose. Don't use it straightforward on production. Use it replacing collectionId with your project's id

You can import DetailBox compoent and use directly in your front-end code.

Usage on sitebuilder like Wix

You can embed the SDK adding below code snippet to your site wix

<script src="https://unpkg.com/nft-checkout-html@<version>/dist/index.js"></script>
<checkout-widget collectionid="<your_collection_id>" view="<normal | mini>"></checkout-widget>

FAQs

Package last updated on 09 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc