From 9a25959001b9277867d1aa43a4e7aeaa53867666 Mon Sep 17 00:00:00 2001 From: Esteban1313 Date: Sun, 4 Jan 2026 13:10:19 +0100 Subject: [PATCH] Add FAQ documentation Introduces a simple FAQ to help new users understand the project --- docs/add-faq | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/add-faq diff --git a/docs/add-faq b/docs/add-faq new file mode 100644 index 00000000..49e9d3f1 --- /dev/null +++ b/docs/add-faq @@ -0,0 +1,13 @@ +# Frequently Asked Questions + +## What is this repository? +This repository contains the core node implementation used by the Base network. + +## Who should use this project? +Developers, infrastructure operators, and contributors interested in Base node development. + +## Is this repository production-ready? +Yes, but it is primarily intended for advanced users and contributors. + +## Where can I get help? +Please open an issue or start a discussion in the repository.