From 75bdde97cd0b59648357b923b16261ece0e413a5 Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Thu, 17 Feb 2022 17:55:26 +0100 Subject: [PATCH] Improve REST sample README (#647) Add that one needs to have the ledger initialized for the sample to work. Signed-off-by: Arnaud J Le Hors --- asset-transfer-basic/rest-api-typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset-transfer-basic/rest-api-typescript/README.md b/asset-transfer-basic/rest-api-typescript/README.md index eece4914..0f8fb45e 100644 --- a/asset-transfer-basic/rest-api-typescript/README.md +++ b/asset-transfer-basic/rest-api-typescript/README.md @@ -4,7 +4,7 @@ Sample REST server to demonstrate good Fabric Node SDK practices. The REST API is only intended to work with the [basic asset transfer example](https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic). -To install the basic asset transfer chaincode on a local Fabric network, follow the [Using the Fabric test network](https://hyperledger-fabric.readthedocs.io/en/release-2.4/test_network.html) tutorial. +To install the basic asset transfer chaincode on a local Fabric network, follow the [Using the Fabric test network](https://hyperledger-fabric.readthedocs.io/en/release-2.4/test_network.html) tutorial. You need to go at least as far as the step where the ledger gets initialized with assets. ## Overview