In my project, I need to download data from ipfs by giving a CID.
What I do is:
- ipfs pin add {CID}
- ipfs get {CID}
But I found these two steps are quite time-consuming, it takes at least 1min above. I tried localhost and infura. What can I do to let it download faster?