Skip to main content
Version: 0.2

What's new in TAPLE

New in 0.2

  • Smart contracts. Now the modifications of the state of the subjects is done through smart contracts. This allows for more advanced control over which parts of the state can be modified and who can make such modifications.
  • New event types:
    • Transfer. Ownership of a subject can be transferred between participants.
    • EOL. It is now possible to declare that a subject has reached the end of its life cycle, preventing new events from being included in it.
  • New validation process. The validation process is now managed by the owner, reducing the network load and improving efficiency.
  • Namespace segmentation. Using namespaces we can segment the participants of the use case in any of the phases of an event.
  • Different database implementations are allowed

What's next

  • Support for mobile devices. Soon it will be possible to use the TAPLE Core library on Android and iOS devices!