From eb0a6162617a0bbadea5208ae61005fbc858f083 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Wed, 18 May 2022 08:07:38 -0700 Subject: [PATCH] Remove commercial paper reference Fixes #740 Signed-off-by: Ry Jones --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cebf54fd..8dd10179 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ Additional samples demonstrate various Fabric use cases and application patterns | **Sample** | **Description** | **Documentation** | | -------------|------------------------------|------------------| -| [Commercial paper](commercial-paper) | Explore a use case and detailed application development tutorial in which two organizations use a blockchain network to trade commercial paper. | [Commercial paper tutorial](https://hyperledger-fabric.readthedocs.io/en/latest/tutorial/commercial_paper.html) | | [Off chain data](off_chain_data) | Learn how to use block events to build an off-chain database for reporting and analytics. | [Peer channel-based event services](https://hyperledger-fabric.readthedocs.io/en/latest/peer_event_services.html) | | [Token ERC-20](token-erc-20) | Smart contract demonstrating how to create and transfer fungible tokens using an account-based model. | [README](token-erc-20/README.md) | | [Token UTXO](token-utxo) | Smart contract demonstrating how to create and transfer fungible tokens using a UTXO (unspent transaction output) model. | [README](token-utxo/README.md) |