How do i store images in multichain streams?

+3 votes
And if possible, how to do that in Savoir api using django
asked Oct 13, 2018 by blaze

1 Answer

+1 vote

Convert the images to binary hexadecimal and then pass them in the regular publish API. This page explains how to convert a file into binary hexadecimal format:

https://stackoverflow.com/questions/3964245/convert-file-to-hex-string-python

answered Oct 14, 2018 by MultiChain
...