All Projects → wearetheledger → fabric-network-boilerplate

wearetheledger / fabric-network-boilerplate

Licence: MIT license
Boilerplate for starting your hyperledger fabric network

Programming Languages

shell
77523 projects
typescript
32286 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fabric-network-boilerplate

writing-chaincode
A repository to help experience developers with no Go or chaincode development experience to write and debug chaincodes.
Stars: ✭ 19 (-69.84%)
Mutual labels:  hyperledger-fabric, chaincode
hlf-operator
Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.2+)
Stars: ✭ 112 (+77.78%)
Mutual labels:  hyperledger-fabric, chaincode
hlfabric-k8scc
Chaincode builder and launcher for Hyperledger Fabric on Kubernetes
Stars: ✭ 21 (-66.67%)
Mutual labels:  hyperledger-fabric, chaincode
fabric-iot
fabric-iot is a Blockchain Based Decentralized Access Control System in IoT
Stars: ✭ 50 (-20.63%)
Mutual labels:  hyperledger-fabric, chaincode
brooklyn-hyperledger-kubernetes
Cloudsoft AMP blueprints for deploying Hyperledger Fabric onto Kubernetes
Stars: ✭ 14 (-77.78%)
Mutual labels:  hyperledger-fabric
readme
The Blockchain Bible,a collections for blockchain tech,bitcoin,ethereum,crypto currencies,cryptography,decentralized solutions,business scenarios,hyperledger tech,meetups,区块链,数字货币,加密货币,比特币,以太坊,密码学,去中心化,超级账本
Stars: ✭ 46 (-26.98%)
Mutual labels:  hyperledger-fabric
fabric-operation
Scripts to configure and deploy Hyperledger Fabric applications locally or in cloud by using Kubernetes or docker-compose
Stars: ✭ 15 (-76.19%)
Mutual labels:  hyperledger-fabric
BlockchainPublicRegulationFabric-Food
A Public Regulation Fabric example in the Food Industry
Stars: ✭ 47 (-25.4%)
Mutual labels:  hyperledger-fabric
hlf-sdk-go
Hyperledger Fabric Golang SDK
Stars: ✭ 37 (-41.27%)
Mutual labels:  hyperledger-fabric
fabex
Block explorer for Hyperledger Fabric
Stars: ✭ 26 (-58.73%)
Mutual labels:  hyperledger-fabric
Probe
Probe is a web GUI application with for Hyperledger Fabric maintainer, user, research to find the best block config logic for specific chain-code.
Stars: ✭ 29 (-53.97%)
Mutual labels:  hyperledger-fabric
HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (-53.97%)
Mutual labels:  hyperledger-fabric
byzantine-browser
KHS Blockchain Browser
Stars: ✭ 19 (-69.84%)
Mutual labels:  chaincode
fabric-smart-client
The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
Stars: ✭ 40 (-36.51%)
Mutual labels:  hyperledger-fabric
hurley
The development environment toolset for blockchain projects
Stars: ✭ 79 (+25.4%)
Mutual labels:  hyperledger-fabric
blockchain-insurance
Blockchain Car Insurance with Smart Contracts on Hyperledger
Stars: ✭ 72 (+14.29%)
Mutual labels:  chaincode
Create-BlockchainNetwork-IBPV20
Creating a basic Blockchain network using the IBM Blockchain Platform
Stars: ✭ 74 (+17.46%)
Mutual labels:  hyperledger-fabric
Contracts
All WiBX blockchain chain code
Stars: ✭ 20 (-68.25%)
Mutual labels:  chaincode
docker-hyperledger-fabric-peer
Docker image for Hyperledger Fabric Peer
Stars: ✭ 25 (-60.32%)
Mutual labels:  hyperledger-fabric
monitoring ui
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. Use React.js, Watson IoT Platform, and the Hyperledger Fabric Node SDK to interact with an IBM Blockchain service
Stars: ✭ 29 (-53.97%)
Mutual labels:  hyperledger-fabric

Hyperledger Fabric Network boilerplate

This repo is a snippet of the fabcar fabric sample with the basic network. It also includes our fabric-node-chaincode-utils to test and develop nodejs chaincode. It contains a fabric network with 1 peer and 1 CA.

Starting

Before starting, you will need to pull all the images of Hyperledger fabric to your desktop and tag them as latest. We included a script to do this. By default it will try to pull in 1.4.4 but you can pull a custom version by adding the version as a parameter.

./scripts/bootstrap.sh [optional_custom_version]

Starting this network requires you to run following command. This will automatically setup your docker network using docker-compose and install your chaincode.

./scripts/startFabric.sh

Writing chaincode

For writing chaincode we're using our package fabric-node-chaincode-utils, which makes writing chaincode much faster and easier.

Testing

For testing we're using our package fabric-mock-stub in wich we wrote a mock chaincode stub for imitating the way the actual stub handles the interaction with Hyperledger Fabric.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].