decentraland / builder-server

Builder app backend
20 stars 17 forks source link

Create sustitute endpoint to upload file to ipfs through infura #582

Closed fzavalia closed 1 year ago

fzavalia commented 2 years ago

The https://ipfs.infura.io:5001/api/v0/add?pin=false endpoint is now protected with user and password so it cannot be called through the frontend directly.

Obtain credentials and set them as env in the builder server, the new endpoint should act as proxy of the infura endpoint.