How to store large file in Hyperledger Fabric using Hyperledger Composer
问题 Hi I created an asset in Composer model file. asset Car identifiedby assetId{ o String assetId o String data } when I am trying to put large file above 30kb, it is throwing error as data too large. So, what is the limit of data that can be stored in a variable? Is this the wrong way of storing files in blockchain(Hyperledger Fabric using Composer)? there are questions available for storing file in hyperledger fabric/composer. However, there is no question for storing large file. 回答1: see