JavaScript
Download the CSPR.click UI runtime library from the CDN:
<!-- update to latest released version -->
<script defer="defer" src="https://cdn.cspr.click/ui/v1.9.0/csprclick-client-1.9.0.js"></script>
</head>Add a container for the CSPR.click UI
<body>
<div id="app">
<div id="csprclick-ui"></div>
<div id="content">
<!-- you rapplication goes here -->
</div>
</div>
</body>Configure the initialization of the CSPR.click SDK
What's next

Listen to CSPR.click events
Ask the user to connect a wallet
Request transaction approvals
Customize the top navigation bar
Last updated

