Skip to content

Hyperledger Fabric Testbed V2

License

Apache-2.0, GPL-3.0 licenses found

Licenses found

Apache-2.0
LICENSE_Apache_V2
GPL-3.0
LICENSE_GPL_V3
Notifications You must be signed in to change notification settings

MSRG/HyperLedgerLab-2.0

Repository files navigation

HyperledgerLab II

Hyperledger Testbed on Kubernetes Cluster: Automated Deployment of a Distributed Enterprise Blockchain Network for Analysis and Testing

Summary

This repository contains scripts and helm charts we are developing to deploy a Hyperledger Testbed on a Kubernetes cluster, itself running on cloud resources. For the latter, we assume, resources provisioned via an OpenStack environment. A benchmarking tool: Hyperledger Caliper is configured to evaluate and collect metrics of the deployed network.

CONTRIBUTOR: Mohamed Karim Abbes ([email protected])

Quick Setup

For a quick setup of this software, please see: HowToUse.

Supported Versions

  • Kubernetes v1.21.1
  • Docker 20.10.7
  • Hyperledger Fabric: v2.x
  • Hyerledger Caliper: v0.4.2
  • Operating system: Software has been developed on Ubuntu 20.04 LTS

Project Structure

A breakdown of the code structure: DirectoryStructure

Comparison between HyperledgerLab I and II

A comparative table of the main features of HyperledgerLab I and II: Version 1 and 2 Comparison.

References