NFT Analytics

  • Counting # of NFT solved in Pikasso:

    • Import m_sdk from “Pikasso/sdk” (unity/js)

    • m_sdk.increase(“count_sell_nft”, 1); --> this request will be sent to the backend as an action which updates the count_sell_nft metrics

    • m_sdk.set(“player” + 3, true); --> this request will be sent to the backend as action

Last updated