From 3de803887adf468a6f81895a542da8f6e5f53876 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Sun, 26 Feb 2023 16:49:13 +0900 Subject: [PATCH] vault backup: 2023-02-26 16:49:13 --- content/notes/veracity-summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/veracity-summary.md b/content/notes/veracity-summary.md index 84c302acb..f00bec1d3 100644 --- a/content/notes/veracity-summary.md +++ b/content/notes/veracity-summary.md @@ -17,7 +17,6 @@ tags: - what I got implemented - default contract - ### Aim The aim of this project was to consider aspects of a closed public permissioned blockchain. Currently some believe there is an issue with current permissioned blockchains in that they are not sifficiently decentralised. On the other hand open permissionless blockchains such as Bitcoin are cumbersome to use due to their need for an associated cryptocurrency. @@ -33,6 +32,7 @@ Stage 4 - evaluate select scenarios that coild arise with the proposed system, c Stage 5 - (incomplete) test out ideas for the proposed system in a small scale environment ### Scenarios +There were three main scenarios that spend time to explore: Adding a new member, removing a member and accidental transactions. This process helped me to understand some of the intricacies of the system I was trying to conceptualise. It made It seem ### Solidity Contract