Skip to content

Fix bugs in ai content and link #1208

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

Merged
merged 1 commit into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
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
9 changes: 6 additions & 3 deletions docs/tutorials/ai-plus-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ In this tutorial series, you'll discover how to:

## Tutorials

- **[Use Flow Knowledge Base in Cursor][cursor]** - Learn how to set up Cursor with Flow knowledge bases to get intelligent assistance while developing Flow applications.
- **[Use Flow Knowledge Base in ChatGPT][chatgpt]** - Create a custom GPT that understands Flow and Cadence to provide accurate answers to your development questions.
- **[Flow Data Sources][flow-data-sources]** - Learn about this comprehensive resource and how to integrate it with various AI platforms.
- [Use Flow Knowledge Base in Cursor] - Learn how to set up Cursor with Flow knowledge bases to get intelligent assistance while developing Flow applications.
- [Use Flow Knowledge Base in ChatGPT] - Create a custom GPT that understands Flow and Cadence to provide accurate answers to your development questions.
- [Flow Data Sources] - Learn about this comprehensive resource and how to integrate it with various AI platforms.

## Best Practices

Expand All @@ -54,6 +54,9 @@ After completing these tutorials, you'll be equipped to leverage AI tools effect
- [Native VRF][native-vrf] - Implement verifiable random functions in your applications
- [Token Launch][token-launch] - Create and launch tokens on Flow

[Use Flow Knowledge Base in Cursor]: ./cursor/index.md
[Use Flow Knowledge Base in ChatGPT]: ./chatgpt/index.md
[Flow Data Sources]: ./flow-data-sources.md
[cross-vm-apps]: ../cross-vm-apps/introduction.md
[native-vrf]: ../native-vrf/index.md
[token-launch]: ../token-launch/index.md
16 changes: 16 additions & 0 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,25 @@ keywords:
- randomness
- Random Beacon
- commit-reveal
- AI
- ChatGPT
- Cursor
- Flow documentation
- Flow AI assistance
---

Flow Cadence and Flow EVM are two VMs running on the Flow blockchain. A few months after the release of the Crescendo upgrade, we're seeing more apps that aren't Cadence apps -OR- EVM apps, they're both! Cadence unlocks superpowers such as vast computation and storage, native VRF, a much safer and more secure language for handling digital ownership, and more. Flow EVM unlocks the power of the Ethereum ecosystem, allowing you to bring in traditional tools, assets, and liquidity.

For this grand future, we'll need a new suite of tutorials, guides, and resources to help you build with the best of both worlds. This section is dedicated to those tutorials.

## AI Plus Flow

Learn how to leverage AI tools to enhance your Flow development experience. These tutorials show you how to integrate various AI assistants with Flow development to boost productivity and code quality.

- [Use Flow Knowledge Base in Cursor] - Learn how to set up Cursor with Flow knowledge bases to get intelligent assistance while developing Flow applications
- [Use Flow Knowledge Base in ChatGPT] - Create a custom GPT that understands Flow and Cadence to provide accurate answers to your development questions
- [Flow Data Sources] - Learn about this comprehensive resource and how to integrate it with various AI platforms

## Token Launch

Learn how to launch your own token on Flow using Cadence and EVM. This guide covers the process of registering and deploying tokens that can be used across both virtual machines.
Expand Down Expand Up @@ -68,6 +81,9 @@ Explore Flow's unique capabilities through fun benchmark applications that showc

- [Build a Fully-Onchain Image Gallery] - Create a fully onchain image gallery that demonstrates Flow's efficient storage capabilities

[Use Flow Knowledge Base in Cursor]: ai-plus-flow/cursor/index.md
[Use Flow Knowledge Base in ChatGPT]: ai-plus-flow/chatgpt/index.md
[Flow Data Sources]: ai-plus-flow/flow-data-sources.md
[Register a Token]: token-launch/register-token.md
[Introduction to Cross-VM Applications]: cross-vm-apps/introduction.md
[Interacting with COAs]: cross-vm-apps/interacting-with-coa.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const buildGridData = {
cardColor: 'black',
icon: 'hello-world',
variant: 'horizontal',
href: 'tools/cursor',
href: 'tutorials/ai-plus-flow',
},
],
},
Expand Down