·
50 commits
to main
since this release
Announcing @multibase/js, the first Multibase library for merging off-chain user data
Until now, Multibase only served on-chain user analytics. Now, organizations have the opportunity to connect off-chain analytics such as page views, clicks, and product interactions with on-chain activity like transactions and wallet activity.
1. Install the library
# npm
npm install @multibase/js
# yarn
yarn add @multibase/js
2. Import the package and initialize
import {init, track, identify} from "@multibase/js"
init(YOUR_WRITE_KEY)
Now you're ready to use the main tracking functions! Check them out in the main page.