From 7a48f4650e522f7465795bb8ca82ef4a2cd2c8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=82=BFit=2Ebtc?= <80197947+syslog368@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:15:36 +0530 Subject: [PATCH] docs: add Getting Started section in features.mdx Added a clear "Getting Started with Intelligent Contracts" section for new builders. This section shows the recommended order: - Create first Intelligent Contract - Deploy on Bradbury Testnet - Testing - Debugging Also added Pro Tip about GenLayer Studio + Discord help channel. This makes the features page much more beginner-friendly. --- .../intelligent-contracts/features/features.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.