NiftyKit Diamond Widgets
Embedding NFT features on your website
Introduction
Web Components
Getting Started
<script type="module" src="https://sdk.niftykit.com/widgets/widgets.esm.js"></script><nk-diamond collection-id="Your-SDK-Public-Key">
<nk-connect-wallet-button>
Connect Wallet
</nk-connect-wallet-button>
<nk-is-connected>
<h3>
<nk-drop-supply-text /> Minted
</h3>
<nk-drop-mint-button success-title="Success!" success-message="You did it!">
Mint NFT
</nk-drop-mint-button>
</nk-is-connected>
</nk-diamond>How do I get my SDK Public Key?
Contributing
Last updated