https://gitlab.com/tezos/tezos
Raw File
Tip revision: fe8c64ab2c1445d58101afa54b50a82b129761d5 authored by Julien Tesson on 18 September 2023, 20:00:10 UTC
proto/AI: Backport bonus tests before bugfix
Tip revision: fe8c64a
shell.rst
The Octez Shell
===============

As explained in the :doc:`./the_big_picture`, the *shell* is the rest of an Octez node when excluding the protocol; in other terms, the "blue octopus".

The following pages describe the principles underlying the shell design and implementation.

.. toctree::
   :maxdepth: 2

   validation

.. toctree::
   :maxdepth: 2

   prevalidation

.. toctree::
   :maxdepth: 2

   storage

.. toctree::
   :maxdepth: 2

   sync

.. toctree::
   :maxdepth: 2

   p2p

.. toctree::
   :maxdepth: 2

   protocol_environment

.. toctree::
   :maxdepth: 2

   micheline
back to top