From 350ce7050aceb5b4c330c99796e13b47b2eccb25 Mon Sep 17 00:00:00 2001 From: lunar-mining Date: Wed, 16 Nov 2022 13:12:07 +0100 Subject: [PATCH] book: delete architecture/layers --- doc/src/SUMMARY.md | 1 - doc/src/architecture/layers.md | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 doc/src/architecture/layers.md diff --git a/doc/src/SUMMARY.md b/doc/src/SUMMARY.md index 01ba46c9a..aa2570c19 100644 --- a/doc/src/SUMMARY.md +++ b/doc/src/SUMMARY.md @@ -9,7 +9,6 @@ - [Port ranges](portranges.md) - [Architecture](architecture/architecture.md) - [Overview](architecture/overview.md) - - [Layers](architecture/layers.md) - [Anonymous Assets](architecture/anonymous_assets.md) - [Blockchain](architecture/blockchain.md) - [DNA](architecture/dna.md) diff --git a/doc/src/architecture/layers.md b/doc/src/architecture/layers.md deleted file mode 100644 index 45118a919..000000000 --- a/doc/src/architecture/layers.md +++ /dev/null @@ -1,17 +0,0 @@ -# Layers - -* **system/** contains core functionality, types and utilities. -* **net/** is the p2p networking base layer. -* **service/** any services such as the cashier or gateways. -* **zk/** is the zk virtual machine and related zk code. -* **zkas/** is the zk assembly language and compiler. -* **crypto/** for the merkle tree classes and other crypto primitives. -* **node/** is a fully working darkfi node. -* **wallet/** key generation and management features such as derivation and storage. -* **tx/** for the transaction builder. -* **blockchain/** blockchain database functionality and state transition. -* **consensus/** implementation of the streamlet consensus algorithm. -* **rpc/** interface for remote procedure calls, includes adapter to interface with the node backend and the default jsonrpc transport mechanism. -* **util/** various utilities. - -