Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 999 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 999 Bytes

web3-analytics-demo

working with NodeJS / Google AppEngine

cd appengine

# install node dependencies
npm install

# run a local dev server on $PORT (default 3000)
#npm run start

# deploy to appengine
npm run deploy

deploying on-chain

TODO

  • document testnet we're using (Polgyon Mumbai preferred)
    • test faucet(s)
  • how to deploy the contract
    • capture contract address to index.html
    • capture ABI to index.html

integrating with Google Analytics

TODO

  • how to get a GA property ID
    • place property ID in index.html
    • capture wallet address as a GA event

merging Google Analytics data with Crypto Public Datasets

TODO