diff --git a/content/notes/A blockchain architecture for industrial applications.md b/content/notes/A blockchain architecture for industrial applications.md new file mode 100644 index 000000000..723731338 --- /dev/null +++ b/content/notes/A blockchain architecture for industrial applications.md @@ -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. \ No newline at end of file diff --git a/content/notes/think-writing.md b/content/notes/think-writing.md index 1d74f8aa7..803a8e3e0 100644 --- a/content/notes/think-writing.md +++ b/content/notes/think-writing.md @@ -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]] \ No newline at end of file +[[Blockchain as a confidence machine — The problem of trust & challenges of governance]] +[[A blockchain architecture for industrial applications]] \ No newline at end of file