From 15b85aad9e9cb55cd403da836935b0bef5a0d054 Mon Sep 17 00:00:00 2001 From: Ravi Singh <59569106+singhravipratap@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:49:23 +0530 Subject: [PATCH] Create Blockchain This is one of the important areas in the current emerging technology. It will allow user to have broad understanding about the subject. --- Blockchain | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Blockchain diff --git a/Blockchain b/Blockchain new file mode 100644 index 0000000..7d02f36 --- /dev/null +++ b/Blockchain @@ -0,0 +1,4 @@ +* [A Peer-to-Peer Electronic Cash System] (https://bitcoin.org/bitcoin.pdf) + < This paper was the introduction to bitcoin as applicaton of the blockchain technology. +* [Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains](https://arxiv.org/pdf/1801.10228) + < This paper was the introduction to private blockchain based on open source framework Hyperledger Fabric.