fabric-samples/chaincode
Mark S. Lewis 8563feeef9
Reference v2.2 Fabric documentation
These samples target Fabric v2.2 but contained references to the
latest version of the Fabric documentation, many of which were broken
links since the structure and content of the Fabric documentation has
changed.

This change updates links to the Fabric documentation so that they
refer to release-2.2.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-09-12 11:49:13 +01:00
..
abstore Use only v2.2.x chaincode package dependencies 2024-06-14 00:24:51 -04:00
fabcar Reference v2.2 Fabric documentation 2024-09-12 11:49:13 +01:00
marbles02 Use only v2.2.x chaincode package dependencies 2024-06-14 00:24:51 -04:00
marbles02_private Update private data marbes for smart contract api 2020-06-09 15:52:35 -04:00
sacc Redirect samples to fabric-{chaincode,protos}-go 2019-08-23 17:25:16 +00:00
README.md Add Attribute based access control asset transfer sample 2021-01-13 01:43:15 -05:00

Sample smart contracts

This folder contains example smart contracts. It is recommended that users start with the Asset transfer samples and tutorials series for the most recent example smart contracts.

Smart Contract Description Languages
fabcar Basic smart contract that allows you to add and change data on the ledger using the Fabric contract API. Also contains an example on how to run chaincode as an external service. Go, Java, JavaScript, Typescript
marbles02 Sample that demonstrates how to deploy an index and use rich queries when you are using CouchDB as your state database. Go
marbles02_private Sample that demonstrates the use of private data collections. Go
sacc Simple asset chaincode that interacts with the ledger using the low-level APIs provided by the Fabric Chaincode Shim API. Go
abstore Basic smart contract that allows you to transfer data (from A to B) using the Fabric contract API. Go, Java, JavaScript

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.