Introduction Hyperledger is a project that consists of several frameworks and tools to implement private and permissioned blockchain. Initiated by the Linux Foundation that has a rich heritage of open source contribution, the Hyperledger project has been contributed by several giants, including IBM, Intel, Hitachi, Daimler, Samsung and Walmart – to name a few. FabricContinue reading “Hyperledger Fabric : demystified”
Category Archives: Blockchain
Inspecting Ethereum’s Blocks: The Web3py Way
Ethereum is a public blockchain used worldwide. It has rich features to implement “Smart Contracts”. A smart contract is basically a program that contains the business-logic and transaction related conditions that has to be deployed on a specific peer. Web3py: It is a Python library that eases the interaction between the client and the EthereumContinue reading “Inspecting Ethereum’s Blocks: The Web3py Way”