what is the best way of image storage on hyperledger composer?
问题 ipfs or storj hash of image and store file on s3 convert the image to a Base64 string and store string in composer model 回答1: You can use String and base64 encode it - as a field in an Asset for example. The question has been discussed here: How can I convert MP3 file to a Base64 encoded string? and here: How to deal with forms,images,videos of an asset in hyperledger composer . Storing images, scans, audio files is not a 'best practice' - rather, a cryptographic hash of it (referenced off