Просмотр исходного кода

book: Add architecture section.

parazyd 4 лет назад
Родитель
Сommit
b1f052436b
3 измененных файлов с 12 добавлено и 0 удалено
  1. 2 0
      book/src/SUMMARY.md
  2. 5 0
      book/src/architecture/architecture.md
  3. 5 0
      book/src/architecture/nodes.md

+ 2 - 0
book/src/SUMMARY.md

@@ -4,6 +4,8 @@
 - [Ideology](IDEOLOGY.md)
 - [Development](development.md)
 - [Tutorial](tutorial.md)
+- [Architecture](architecture/architecture.md)
+  - [Node design](architecture/nodes.md)
 - [Client](clients/clients.md)
   - [darkfid JSON-RPC API](clients/darkfid_jsonrpc.md)
   - [cashierd JSON-RPC API](clients/cashierd_jsonrpc.md)

+ 5 - 0
book/src/architecture/architecture.md

@@ -0,0 +1,5 @@
+Architecture design
+===================
+
+This section of the book shows the software architecture of DarkFi and
+the network implementations.

+ 5 - 0
book/src/architecture/nodes.md

@@ -0,0 +1,5 @@
+DarkFi nodes
+============
+
+The core daemon used for wallet management, transaction building, and
+general operations is called `darkfid`.