🔲Connect Wallet Button
Simple Connect Button with WalletConnect 2.0
Getting Started
Please be sure to have the following snippet in the head or upper portion of your HTML:
<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-diamond>You can change the copy of the button by changing the content of the <nk-connect-wallet-button>:
<nk-diamond collection-id="Your-SDK-Public-Key">
<nk-connect-wallet-button>
Connect to Metaverse
</nk-connect-wallet-button>
</nk-diamond>Codepen
Last updated
Was this helpful?