Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.28 KB

getting_started.rst

File metadata and controls

34 lines (26 loc) · 1.28 KB

Getting Started

Install Prerequisites

Before we begin, if you haven't already done so, you may wish to check that you have all the :doc:`prereqs` installed on the platform(s) on which you'll be developing blockchain applications and/or operating Hyperledger Fabric.

Hyperledger Fabric Samples

We offer a set of sample applications that you may wish to install these :doc:`samples` before starting with the tutorials as the tutorials leverage the sample code.

Tutorials

We offer two initial tutorials to get you started with Hyperledger Fabric. The first is oriented to the Hyperledger Fabric application developer, :doc:`write_first_app`. It takes you through the process of writing your first blockchain application for Hyperledger Fabric using the Hyperledger Fabric's Node.js SDK.

The second tutorial is oriented towards the Hyperledger Fabric network operators, :doc:`build_network`. This one walks you through the process of establishing a blockchain network using Hyperledger Fabric and provides a basic sample application to test it out.