From b602513334c0b44c9f9cf6a0b7269f59bdc1661e Mon Sep 17 00:00:00 2001 From: ZJZR Date: Fri, 9 Jan 2026 20:00:34 +0100 Subject: [PATCH] Add FAQ for new contributors Introduces a simple FAQ to help newcomers understand the project faster --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 00000000..e04c8f6f --- /dev/null +++ b/FAQ.md @@ -0,0 +1,13 @@ +# Frequently Asked Questions + +### What is this repository? +This repository contains the implementation of the Base node software. + +### Who is this project for? +Developers and operators who want to run or understand the Base network. + +### Do I need deep blockchain knowledge? +No. Basic familiarity with Ethereum and nodes is enough to get started. + +### Where can I ask questions? +Use GitHub Issues to ask questions or report problems.