Skip to content

fix: added flow actions transactions to index #1412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ For this grand future, we'll need a new suite of tutorials, guides, and resource
Learn how to build composable DeFi applications using the Flow Actions framework. This framework provides a "LEGO" system of reusable components that enable developers to create sophisticated DeFi workflows through atomic composition.

- [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
- [Transactions] - Learn how to create atomic transactions with the composable components of Flow Actions
- [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
- [Scheduled Callbacks Introduction] - Learn how to implement scheduled callbacks for time-based smart contract execution on Flow
Expand Down Expand Up @@ -106,6 +107,7 @@ Explore Flow's unique capabilities through fun benchmark applications that showc

<!-- Reference-style links, will not render on page. -->
[Introduction to Flow Actions]: ./defi/intro-to-flow-actions.md
[Transactions]: ./defi/flow-actions-transaction.md
[Connectors]: ./defi/connectors.md
[Basic Combinations]: ./defi/basic-combinations.md
[Scheduled Callbacks Introduction]: ./defi/scheduled-callbacks-introduction.md
Expand Down