Flow Actions Tutorials
This series covers how to build decentralized finance (DeFi) applications using the Flow Actions framework, enabling developers to create composable DeFi workflows. These tutorials are part of the Forte network upgrade, which introduces new capabilities to the Flow blockchain.
warning
We are reviewing and finalizing Flow Actions in FLIP 339. The specific implementation may change as a part of this process.
We will update these tutorials, but you may need to refactor your code if the implementation changes.
Tutorials
- Introduction to Flow Actions - Learn about Flow Actions, a suite of standardized Cadence interfaces that enable developers to compose complex DeFi workflows using small, reusable components.
- Flow Actions Transaction - Learn how to create and execute Flow Actions transactions for automated DeFi workflows.
- Connectors - Understand how connectors bridge standardized Flow Actions interfaces with different DeFi protocols.
- Basic Combinations - Learn how to combine Flow Actions to create new workflows.