Skip to content
play

GitHub Action

Setup Hyperledger Fabric

v0.0.1 Latest version

Setup Hyperledger Fabric

play

Setup Hyperledger Fabric

Setup the Hyperledger Fabric Framework

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Hyperledger Fabric

uses: arjundashrath/setup-hlf@v0.0.1

Learn more about this action in arjundashrath/setup-hlf

Choose a version

setup-hlf

GitHub Action to set up Hyperledger Fabric Framework

Example workflow

name: Setup HLF
on: [push, pull_request, workflow_dispatch]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Setup Hyperledger Fabric
        uses: arjundashrath/setup-hlf@v0.0.1

Action Inputs

Input Description Required
fabric-version The specific version of hlf to be installed false

feel free to contact me at arjundashrath@gmail.com