I am building a Dapp application. One of my use-cases is storing a large number of images. How can I accomplish this on Ethereum?
My architecture /correct me if I am wrong includes DaPP(smartcontract) ---->Oraclize --->API ---->DB(mongo etc..)
Is there an easier way of doing this?