Javascript SDK / HTML Script Guide

Steps

To implement the Javascript SDK/HTML Script, please use the following steps

  1. Install the library or script: Using the NPM library or HTML script tag, you can initialize the SDK.

  2. 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 implementation

  3. Collect Events: Start collecting Wallet Connect, Page View, And Custom events

  4. 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