diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md new file mode 100644 index 00000000..3a8e749c --- /dev/null +++ b/docs/ARCHITECTURE.md @@ -0,0 +1,15 @@ +# Architecture Overview + +This document provides a high-level overview of the Base Node architecture. + +## Components +- Execution layer +- Networking layer +- Storage layer + +## Design goals +- Reliability +- Scalability +- Security + +This document is intentionally high-level and non-exhaustive.