Activity Cards

Activity cards on the user's level are just things related to the token you have. It is tightly related to something called "Data Objects" in TokenScript.

  • Things already happened. Like 'You received 1 cryptokitty and paid 1Eth". These are typically described by events (a kind of DataObject)
  • Cheque. Like "Here is a voucher that you can redeem for 1 cryptokitties". Cheque is a data object.
  • A protocol component. Like "If you don't open the previous commit before midnight your cross-chain transaction will have failed"
  • A future blockchain event that is set to happen, like "Your subscription expires by the end of this month".

We will only support the 1st type of activity by the next release.