From 79c10a9780068d494519dd3159d6ec418f44e1e7 Mon Sep 17 00:00:00 2001 From: xelons79 Date: Sun, 4 Jan 2026 13:13:25 +0100 Subject: [PATCH] Add glossary for common terms Provides definitions to help newcomers understand project terminology --- docs/GLOSSARY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/GLOSSARY.md diff --git a/docs/GLOSSARY.md b/docs/GLOSSARY.md new file mode 100644 index 00000000..62b7b827 --- /dev/null +++ b/docs/GLOSSARY.md @@ -0,0 +1,9 @@ +# Glossary + +**Node** — A participant in the Base network responsible for validation and communication. + +**Execution Layer** — The part of the system responsible for processing transactions. + +**Base** — An Ethereum Layer 2 network focused on scalability. + +This glossary is intended for newcomers.