Intentify SDK
Powerful SDK for seamless integration
After having created and tested the intent-based workflows from the IDE, the Intentify SDK is used to transform the human-readable intent script into executable calldata. This enables users to orchestrate any intent logic using one single singature from their EOAs.
The high-level functionality of the SDK can be described in three simple steps:
-
Parsing: The extracted user parameters from any frontend interface can be seamlessly parsed into the human-readable IAML template using an integrated rendering feature.
-
Signing: The rendered IAML workflow is then provided to the user for signing via 1-click UX.
-
Compiling: The signed workflow is then compiled by the client-side compiler into calldata and sent for execution.
In case of a monolithic ad-hoc workflow execution, the rendered IAML is directly sent for execution via a user-signed transaction.