From 2b753fbf3179905137a390777d281d74da4b1155 Mon Sep 17 00:00:00 2001 From: Luca Tassinari Date: Sun, 24 Dec 2023 14:29:25 +0100 Subject: [PATCH] docs: on technologies --- docs/presentation/content/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/presentation/content/_index.md b/docs/presentation/content/_index.md index 534313d2..79458166 100644 --- a/docs/presentation/content/_index.md +++ b/docs/presentation/content/_index.md @@ -83,7 +83,9 @@ The project consists of the implementation of a **small-scale** distributed elec ### Technologies - [Hyperledger Fabric](https://github.com/hyperledger/fabric) as the blockchain infrastructure technology - - _Java_ as a language for smart contracts + - modular and highly-configurable + - _Java_ as a language for smart contracts + - offers mechanisms raising the bar of confidentiality and higher fine-grained control over ledger access (e.g. channels and private data) - ReSTful API - _Typescript_ ...