onPoster / app

A decentralized web application for interacting with ERC-3722 – Poster.
https://poster-app.on.fleek.co/
GNU General Public License v3.0
16 stars 6 forks source link

Improve image uploading via IPFS experience #60

Closed 0xjjpa closed 2 years ago

0xjjpa commented 3 years ago

Updated 31.12.21

This issue defines a few topics. Initially, it was meant to highlight that the web3.storage SDK was not available for Typescript and we should create one. However, since we are posting directly to Infura IPFS endpoint, we need to tweak a few things before, including


Improving the localhost experience.

Sadly, because of https://github.com/ipfs/js-ipfs/pull/3275, our go-ipfs image can't get used OOB and needs to be tweaked directly before the app can use it.

0xjjpa commented 2 years ago

Let's reach Filecoin and try to get a microgrant to work on this problem alone. Right now, we are using an IPFS gateway directly rather than Web3.Storage