The 0xArc Analytics SDK is a simple SDK that helps provide higher fidelity analytics by merging on-chain data with off-chain data from front-ends. We value user privacy and do not collect IP addresses or scrape any information without your permission.
To run a local version of the script:
- Run
yarn build
at the root level to build the script. - Run
yarn copy-build-example
to copy the built contents into theexample/cra-script-tag
project. - Make a copy of
.env.example
and rename it to.env
in theexample/cra-script-tag
folder. - Make sure to add your 0xArc API + Alchemy keys to the
.env
file (findYOUR_KEY_HERE
). - Run
cd example/cra-script-tag && yarn && yarn start
to start the example app.