Samples for Hyperledger Fabric
Find a file
Alexandre Pauwels 9d70f31334 Add high-throughput example to samples
A new data storage model was implemented in the fabric-samples which allows
for high-throughput of transactions. The storage model is based on storing
deltas of a value, creating a new row for each transaction, and then merging
these deltas when the final value of the variable is required.

This concept is similar to simple integer-based CRDTs, where add or subtract
updates are constantly sent to the ledger and the merge function combines all
of these deltas into one value.

Change-Id: I60b5cdc295d4503d7d496d016bf215c78eff5710
Signed-off-by: Alexandre Pauwels <alexj.pauwels@gmail.com>
2017-09-14 09:06:37 -04:00
balance-transfer Merge "[FAB-5155]Fix README.md in "balance-transfer" example" 2017-08-09 19:17:43 +00:00
basic-network [FAB-56431]: Add dependency for couchdb into peer. 2017-08-06 12:56:30 +03:00
chaincode [FAB-5260] Update samples to v1.0.0 2017-07-12 09:07:39 -04:00
chaincode-docker-devmode [FAB-5260] Update samples to v1.0.0 2017-07-12 09:07:39 -04:00
fabcar FAB-5392 Fix path issue for Git Bash users 2017-07-20 08:24:26 -04:00
first-network FAB-5759 fix byfn e2e test failures 2017-08-14 10:11:38 -04:00
high-throughput Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
scripts FAB-5412 add fabric-preload.sh script 2017-07-22 16:58:14 -04:00
.gitignore [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md FAB-4853 initial content 2017-06-21 07:30:04 +08:00
README.md FAB-4853 initial content 2017-06-21 07:30:04 +08:00

Hyperledger Fabric Samples

Please visit the installation instructions.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License