From 1dd92c0c0ec847165648f58032647b8a655f3d4f Mon Sep 17 00:00:00 2001 From: gabrielmoise17 <140407271+gabrielmoise17@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:35:07 +0100 Subject: [PATCH] Add reference to landing page for smart rollups tutorial --- src/pages/tutorials/smart-rollups/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/tutorials/smart-rollups/index.md b/src/pages/tutorials/smart-rollups/index.md index 7721fc41e..3ce166f22 100644 --- a/src/pages/tutorials/smart-rollups/index.md +++ b/src/pages/tutorials/smart-rollups/index.md @@ -21,6 +21,8 @@ This tutorial will explain in detail the necessary steps for setting up a **smar This is an attempt to collect information from multiple resources (provided at the end of this tutorial) to ensure a smooth onboarding experience. However, a basic familiarity with blockchain terms and practices is assumed. +The article is available on the official Tezos developers' website, at the section dedicated to [smart rollups](https://tezos.com/developers/smart-rollups/). + ## 1. Introduction to Smart Rollups **Smart rollups** are an elegant solution for **horizontally scaling** the Tezos blockchain, which involves distributing the workload of the main layer (Layer 1) to external layers that perform their tasks "off-chain". In comparison, **vertical scaling** focuses on optimizing the main layer itself but is less scalable than the former.