diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md new file mode 100644 index 00000000..4e350d52 --- /dev/null +++ b/docs/ARCHITECTURE.md @@ -0,0 +1,11 @@ +# Architecture Overview + +This document provides a high-level overview of the Base node architecture. + +## Components + +- Execution layer integration +- Networking and peer discovery +- Block processing and validation + +The architecture is designed to align closely with Ethereum client standards.