Register your organization to issue verifiable credentials to NL Wallet users.
Use these examples to integrate the issuance button into your application.
npm install wallet-connect-button-react
import WalletConnectButton from 'wallet-connect-button-react';
function App() {
return (
<WalletConnectButton
issuance
label="Add data to your wallet"
clientId="nlw_your_client_id_here"
helpBaseUrl="https://example.com/"
lang="en"
/>
);
}
export default App;
Check out the complete React example on GitHub
https://github.com/kvk-innovatie/wallet-connect-example-react