vault backup: 2022-12-21 12:51:30

This commit is contained in:
Jet Hughes 2022-12-21 12:51:30 +13:00
parent 7ad0fe28c0
commit d8b32c0ad9
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,19 @@
---
title: "A blockchain architecture for industrial applications"
tags:
date:
authors:
---
link: https://doi.org/10.1016/j.bcra.2022.100088
# Summary
# Extracts
# Notes
# Related
# Abstract
Blockchain and the programs running on it, called smart contracts, are increasingly applied in all fields where trust and strong certifications are required. Our work focuses on industrial applications of blockchains and not on cryptocurrencies or tokens. We use frameworks to compare public and permissioned blockchains specifically suited for industrial applications. We also propose a complete solution based on Ethereum to implement a decentralized application, putting together in an original way, components and patterns already used and proven. This solution is characterized by a set of validator nodes running the blockchain using Proof-of-Authority or similar efficient consensus algorithms, by the use of an explorer enabling users to check the blockchain state, and the source code of the smart contracts running on it. From time to time, the hash digest of the last mined block is written into a public blockchain to guarantee immutability. The right to send transactions is granted by validator nodes to users by endowing them with the Ethers mined locally. Overall, the proposed approach has the same transparency and immutability as a public blockchain, largely reducing its drawbacks.

View File

@ -135,4 +135,5 @@ Last day In Dunedin.
Need to write some documentation so that when I come back after the break I wont be totally lost.
[[Blockchain as a confidence machine — The problem of trust & challenges of governance]]
[[Blockchain as a confidence machine — The problem of trust & challenges of governance]]
[[A blockchain architecture for industrial applications]]