🔲Edition Mint Button
Getting Started
<script type="module" src="https://sdk.niftykit.com/widgets/widgets.esm.js"></script>Code
<nk-diamond collection-id="Your-SDK-Public-Key">
<nk-connect-wallet-button>
Connect Wallet
</nk-connect-wallet-button>
<nk-is-connected>
<nk-edition-mint-button edition-id="Your-Edition-Id" success-title="Success!" success-message="You did it!">
Mint NFT
</nk-edition-mint-button>
</nk-is-connected>
</nk-diamond><nk-diamond collection-id="Your-SDK-Public-Key">
<nk-connect-wallet-button>
Connect To Metaverse
</nk-connect-wallet-button>
<nk-is-connected>
<nk-edition-mint-button edition-id="Your-Edition-Id" success-title="Success!" success-message="One of US!">
All Systems Go
</nk-edition-mint-button>
</nk-is-connected>
</nk-diamond>Codepen
Last updated