Register as Issuer

Register your organization to issue verifiable credentials to NL Wallet users.

Company Information

8 digits KVK number

Credential Type Definition

Unique identifier for this credential type (e.g., urn:eudi:example:nl:1)

Claims

No claims added yet. Click "Add Claim" to get started.

Integration Examples

Use these examples to integrate the issuance button into your application.

1. Install the component

npm install wallet-connect-button-react

2. Use in your React code

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