2.4.2 • Published 7 months ago
@0xarc-io/analytics v2.4.2
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.
Documentation
Development notes
To run a local version of the script:
- Run
yarn buildat the root level to build the script. - Run
yarn copy-build-exampleto copy the built contents into theexample/cra-script-tagproject. - Make a copy of
.env.exampleand rename it to.envin theexample/cra-script-tagfolder. - Make sure to add your 0xArc API + Alchemy keys to the
.envfile (findYOUR_KEY_HERE). - Run
cd example/cra-script-tag && yarn && yarn startto start the example app.