Posts

Showing posts from February, 2020

Oracle Blockchain Platform tutorial, Part 1 of 3: Building a Hyperledger Fabric network

Image
Introduction For this first article on Coding around the block, I want to begin writing about Oracle's blockchain as a service offering. Hyperledger Fabric is an open source, permissioned, blockchain platform that is ideal for enterprise use. Building your own HLF network is an investment in time to say the least. Fortunately, Oracle has a blockchain as a service offering that makes it very easy to build and deploy a HLF network in a short amount of time by eliminating the infrastructure tasks that would normally be involved. This tutorial is going to walk through how to set up a Hyperledger Fabric network on Oracle cloud. This is going to be the first of a three part series on the topic with the second article focusing on how to configure and utilize the Oracle Blockchain Platform Rich History Database, using Autonomous Data Warehouse. The last piece in the series will look at how to report and analyze blockchain data in the RHDB with Oracle Analytics Cloud (OAC) Oracle b...