From fae2e97ecbd52900ebce185ced332f9ba2713c74 Mon Sep 17 00:00:00 2001 From: ManyChavez Date: Fri, 9 Jan 2026 18:27:06 +0100 Subject: [PATCH] Add glossary for common terms Introduces a simple glossary to help new contributors --- GLOSSARY.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 GLOSSARY.md diff --git a/GLOSSARY.md b/GLOSSARY.md new file mode 100644 index 00000000..fbd17b03 --- /dev/null +++ b/GLOSSARY.md @@ -0,0 +1,6 @@ +# Glossary + +**Node** — A running instance of the Base network software. +**L2** — Layer 2 blockchain built on top of Ethereum. +**Sequencer** — Component responsible for ordering transactions. +**RPC** — Interface used by applications to communicate with the node.