Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve image uploading via IPFS experience #60

Closed
2 tasks
Tracked by #58
0xjjpa opened this issue Aug 15, 2021 · 1 comment · Fixed by onPoster/subgraph#11
Closed
2 tasks
Tracked by #58

Improve image uploading via IPFS experience #60

0xjjpa opened this issue Aug 15, 2021 · 1 comment · Fixed by onPoster/subgraph#11

Comments

@0xjjpa
Copy link
Collaborator

0xjjpa commented Aug 15, 2021

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, ie being able to upload images to a local IPFS image
  • Take a decision on how we want to upload images from a decentralized point of view
  • Improve the current code that is currently mixing a bunch of things between upload/download

Improving the localhost experience.

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

  • Configure our local go-ipfs instance to allow CORS
  • Refactor code to allow proper call of IPFS node (Infura + localhost)
@0xjjpa
Copy link
Collaborator Author

0xjjpa commented Nov 10, 2021

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

@0xjjpa 0xjjpa added this to the 0.2.2 (Infrastructure) milestone Nov 10, 2021
@0xjjpa 0xjjpa changed the title Report and fix bug about web3.storage on Typescript Improve image uploading via IPFS experience Dec 31, 2021
0xjjpa added a commit to onPoster/subgraph that referenced this issue Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant