The document provides instructions for getting started with Hyperledger Fabric blockchain technology. It covers three parts: 1) Using Blockchain as a Service on Bluemix cloud and starting a network locally, 2) Creating a smart contract in Java, and 3) Developing the client-side application. For part one, it explains how to deploy a blockchain network on Bluemix and also how to start a local network using Docker Compose with 4 peers, 1 CA, and sample configuration files. Part two describes how to build a Java smart contract using Eclipse that implements a crop insurance agreement between a farmer and insurer. Part three will cover initializing, deploying, querying and testing the client application.