0Pricing
Blockchain Smart Contracts with Solidity · Leçon

Introduction aux solutions de mise à l’échelle L2

Comprenez les difficultés de mise à l’échelle des blockchains de couche 1 et découvrez comment les solutions de couche 2 cherchent à y répondre.

Introduction aux solutions de mise à l’échelle L2 est une leçon Blockchain Smart Contracts with Solidity gratuite sur CoddyKit. Ceci est la leçon 1 sur 4. Tu peux lire la leçon complète ci-dessous gratuitement — puis la pratiquer en direct dans le navigateur avec un éditeur de code intégré et un tuteur IA 24/7. Elle fait partie du parcours d'apprentissage Blockchain Smart Contracts with Solidity, et ta progression se synchronise sur le web et l'application CoddyKit. Le cours Blockchain Smart Contracts with Solidity comprend 4 leçons au total.

Certaines parties de cette leçon n'ont pas encore été traduites et s'affichent en anglais.

Scaling Blockchain Networks

Layer 1 blockchains, like Ethereum, face challenges as their popularity grows. They can become slow and expensive to use, especially during peak times.

This lesson introduces you to Layer 2 (L2) scaling solutions, which aim to make blockchains faster and cheaper without sacrificing security.

Understanding the Trilemma

Blockchain technology often grapples with the "Blockchain Trilemma." This concept suggests that a blockchain can only achieve two of three core properties effectively:

  • Decentralization: No single point of control.
  • Security: Resistant to attacks and manipulation.
  • Scalability: High transaction throughput.

Layer 1s often prioritize decentralization and security, leading to scalability issues.

Why L1s Struggle to Scale

Imagine a highway with too many cars. That's similar to a busy Layer 1 blockchain.

  • High Gas Fees: When the network is congested, transaction costs (gas fees) can skyrocket.
  • Low Throughput: The number of transactions processed per second (TPS) is limited, causing delays.
  • Slow Confirmations: Transactions can take a long time to be finalized.

These limitations hinder mass adoption and efficient dApp usage.

Introducing Layer 2 Solutions

Layer 2 solutions are frameworks built on top of an existing Layer 1 blockchain (like Ethereum).

Think of them as express lanes built alongside the main highway. They process transactions off the main chain, then report the results back.

Their primary goal is to increase transaction speed and reduce costs, effectively "scaling" the Layer 1.

Off-Chain Processing & Settlement

The core idea behind most L2s is to move the heavy lifting of transaction processing off the main blockchain.

  • Execute Off-Chain: Many transactions are processed quickly on the L2.
  • Batch & Bundle: These off-chain transactions are then grouped together into a single "batch."
  • Settle on L1: This batch is then sent and recorded as a single transaction on the Layer 1 blockchain.

This drastically reduces the load on the L1.

Advantages of Using L2s

Adopting Layer 2 solutions brings several significant benefits to users and developers:

  • Lower Transaction Costs: Fewer transactions on L1 mean lower gas fees for users.
  • Faster Transactions: Off-chain processing allows for near-instant transaction finality.
  • Improved User Experience: Cheaper and faster interactions make dApps more accessible and enjoyable.
  • Increased Throughput: The overall number of transactions the ecosystem can handle grows significantly.

Different Types of L2s

There isn't just one type of Layer 2 solution! Different approaches offer unique trade-offs in terms of security, speed, and complexity.

Some common categories you might hear about include:

  • Rollups: (Optimistic & ZK) Process transactions off-chain and post data to L1.
  • Sidechains: Independent blockchains connected to L1.
  • State Channels: Two-party off-chain transaction channels.

We'll dive deeper into specific types in upcoming lessons.

Security Through Layer 1

A crucial aspect of L2s is that they aim to inherit the strong security guarantees of their underlying Layer 1 blockchain.

This means that even though transactions happen off-chain, the L1 acts as the ultimate settlement layer and enforcer of rules.

Mechanisms like fraud proofs or validity proofs ensure that any malicious activity on the L2 can be detected and challenged on the L1.

Layer 1 as the Anchor

Even with L2s, the Layer 1 blockchain remains incredibly important. It serves as:

  • Data Availability Layer: All transaction data from L2s is ultimately published to L1.
  • Settlement Layer: The L1 is where finality is achieved for all L2 batches.
  • Dispute Resolution: In case of disagreements or fraud, the L1 acts as the arbiter.

L2s extend L1, they don't replace it.

L2 Benefits Check

Based on what you've learned, which of the following are key benefits of Layer 2 scaling solutions?

Recap: Scaling for Mass Adoption

In this lesson, we explored the scalability challenges faced by Layer 1 blockchains and how Layer 2 solutions provide a vital answer.

L2s enable faster, cheaper transactions by processing them off-chain and settling them efficiently on the secure Layer 1. They are essential for bringing blockchain technology to a wider audience.

Next, we'll dive into specific types of L2s, starting with Optimistic and ZK Rollups!

Questions Fréquemment Posées

La leçon « Introduction aux solutions de mise à l’échelle L2 » est-elle gratuite ?

Oui — le texte complet de « Introduction aux solutions de mise à l’échelle L2 » est gratuit à lire ici sur le web. Pour la pratiquer de manière interactive (un éditeur de code intégré et un tuteur IA 24/7) et déverrouiller le reste du cours Blockchain Smart Contracts with Solidity, passe à CoddyKit PRO. Le cours Blockchain Smart Contracts with Solidity comprend 4 leçons au total.

Qu'est-ce que j'apprendrai dans « Introduction aux solutions de mise à l’échelle L2 » ?

Comprenez les difficultés de mise à l’échelle des blockchains de couche 1 et découvrez comment les solutions de couche 2 cherchent à y répondre. Tu pratiques Blockchain Smart Contracts with Solidity avec du code pratique que tu exécutes directement dans le navigateur, et un tuteur IA 24/7 répond à tes questions au fur et à mesure que tu avances dans la leçon.

Dois-je avoir de l'expérience pour commencer Blockchain Smart Contracts with Solidity ?

Aucune expérience préalable n'est requise. Blockchain Smart Contracts with Solidity sur CoddyKit est structuré pour les débutants jusqu'aux apprenants avancés, donc tu peux commencer ici ou depuis le début et avancer à ton rythme. Ceci est la leçon 1 sur 4.

Combien de temps prend la leçon « Introduction aux solutions de mise à l’échelle L2 » ?

La plupart des leçons CoddyKit prennent environ 5–10 minutes. Chacune est courte et interactive, tu progresses régulièrement et tu repiques exactement où tu t'es arrêté sur le web et l'app.

Peux-tu écrire et exécuter du code dans cette leçon Blockchain Smart Contracts with Solidity ?

Oui. Chaque leçon Blockchain Smart Contracts with Solidity inclut un éditeur de code intégré, tu écris et exécutes du vrai code directement dans ton navigateur et tu reçois des retours IA instantanés — aucune configuration locale requise.

Toutes les leçons de ce cours

  1. Introduction aux solutions de mise à l’échelle L2
  2. Rollups optimistes et rollups ZK
  3. Communication interchaînes et ponts
  4. Disponibilité des données et validiums
← Retour à Blockchain Smart Contracts with Solidity