📄️ Transfer Actions
Simple & Interactive Native Token Transfers
📄️ Blockchain Actions
Blockchain Actions allow you to interact with smart contract functions on various blockchains. They're the most powerful action type in the Sherry SDK, enabling complex DeFi interactions, NFT operations, and DAO governance.
📄️ Dynamic Actions
The Most Powerful Action Type
📄️ Dynamic Actions - Data Mode
Dynamic Actions with responseType: 'data' enable server-side processing that returns pure data responses without blockchain transactions. This mode is perfect for fetching information, performing calculations, or integrating external APIs into your mini-apps.
📄️ Nested Action Flows (ActionFlow)
ActionFlow allows you to create interactive, multi-step experiences, guiding the user through a process that can include different action types, decisions, and conditional logic.