diff --git a/pages/developers/intelligent-contracts/features/features.mdx b/pages/developers/intelligent-contracts/features/features.mdx index 31c26894..28627387 100644 --- a/pages/developers/intelligent-contracts/features/features.mdx +++ b/pages/developers/intelligent-contracts/features/features.mdx @@ -25,3 +25,16 @@ import { Card, Cards } from 'nextra-theme-docs' + +## Getting Started with Intelligent Contracts + +If you are new to GenLayer, follow this recommended order: + +1. **[first-intelligent-contract.mdx](../first-intelligent-contract.mdx)** — Create your first Intelligent Contract +2. **[deploying.mdx](../deploying.mdx)** — Deploy on Bradbury Testnet +3. **[testing.mdx](../testing.mdx)** — Test your contract +4. **[debugging.mdx](../debugging.mdx)** — Fix errors and debug + +**Pro Tip:** Use **GenLayer Studio** in your browser for the fastest way to write, test and deploy contracts. + +Need help? Join the Discord and ask in the `#dev-help` channel.