Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ziti | 1,149 | a day ago | 171 | July 14, 2022 | 99 | apache-2.0 | Go | |||
The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network | ||||||||||
Build Blockchain Insurance App | 715 | 7 months ago | 37 | apache-2.0 | JavaScript | |||||
Sample insurance application using Hyperledger Fabric | ||||||||||
Sdn | 451 | 18 days ago | 165 | other | PowerShell | |||||
This repo includes PowerShell scripts and VMM service templates for setting up the Microsoft Software Defined Networking (SDN) Stack using Windows Server 2016 | ||||||||||
Awesome Hyperledger Fabric | 431 | 4 months ago | ||||||||
A curated list of resources for creating applications with hyperledger fabric | ||||||||||
Non Profit Blockchain | 355 | 3 months ago | 50 | apache-2.0 | SCSS | |||||
Builds a blockchain network and application to track donations to non-profit organizations, using Amazon Managed Blockchain | ||||||||||
Minifabric | 281 | a month ago | 64 | apache-2.0 | Jinja | |||||
Do fabric network the right and easy way. | ||||||||||
Blockchain Application Using Fabric Java Sdk | 263 | a year ago | 8 | apache-2.0 | Java | |||||
Create and Deploy a Blockchain Network using Hyperledger Fabric SDK Java | ||||||||||
Blockchain Network On Kubernetes | 256 | 2 years ago | 8 | apache-2.0 | Shell | |||||
Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service. | ||||||||||
Heroes Service | 234 | 3 years ago | 3 | July 13, 2018 | 13 | apache-2.0 | Go | |||
Short tutorial to build a blockchain application in Go with Hyperledger Fabric | ||||||||||
Fabric Starter | 229 | 5 months ago | 33 | apache-2.0 | Shell | |||||
Starter Application and Deployment Scripts for Hyperledger Fabric |
If you would like to learn Hyperledger Fabric or develop your smart contract, or just want to get a feel of Hyperledger Fabric, Minifabric is the tool to get you started. Minifabric can stand up a Fabric network on a small machine like a VirtualBox VM but can also deploy Fabric networks across multiple production grade servers. Minifabric has been tested on Linux, OS X, Windows 10 and supports Fabric releases 1.4.4 or newer.
Minifabric is small but it allows you to experience the full capabilities of Hyperledger Fabric.
docker (18.03 or newer) environment
5 GB remaining Disk Storage available
If you would like to learn more before jumping in, watch the series of 6 videos on how to develop Hyperledger Fabric using Minifabric and read the blog. For those impatient, please follow the steps below to start things off.
mkdir -p ~/mywork && cd ~/mywork && curl -o minifab -sL https://tinyurl.com/yxa2q6yr && chmod +x minifab
mkdir %userprofile%\mywork & cd %userprofile%\mywork & curl -o minifab.cmd -sL https://tinyurl.com/y3gupzby
Move the minifab (Linux and OS X) or minifab.cmd (Windows) script to a directory which is part of your execution PATH in your system or add the directory containing it to your PATH. This is to make the later operations a bit easier, you will be able to run the minifab command anywhere in your system without specifying the path to the minifab script.
minifab up
minifab cleanup
minifab
To know more about MiniFabric, see in docs
To know more details, see in KnownIssues