Javascript SDK / HTML Script Guide
Steps
To implement the Javascript SDK/HTML Script, please use the following steps
Install the library or script: Using the NPM library or HTML script tag, you can initialize the SDK.
Setup a reverse proxy (optional): We recommend setting up a reverse proxy so that events are less likely to be intercepted by tracking blockers. Works only with
npm
library implementationCollect Events: Start collecting Wallet Connect, Page View, And Custom events
Verify that events are sent correctly
You can also check the examples section on how to implement with common frameworks like React and Next.js
Last updated