You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
The main goal of the service-worker-gateway is to be an alternative to the ipfs daemon gateway. This way, there are three different types of content that we need to deal with.
js-ipfs gateway already identifies these types and has templates for displaying them, as we may observe here.
All things considered, the first step for this issue consists of identifying which parts are similar among both gateways, in order to create a new repo responsible for resolving hashes, identifying the type of the content and generate the response template (if needed). Afterwards, it is necessary to create this repo and integrate it in both gateways (js-ipfs and service-worker-gateway).