Use new IPFS gateway for document fetches #132
Reference in New Issue
Block a user
Delete Branch "feature/ipfs_gateway"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When adding the gateway URL, the wrapper will do a normal fetch to
https://ipfs.kosmos.org/ipfs/$hashinstead of using the generic POST requests to the IPFS API endpoint. This enables normal browser caching for all IPFS documents in this app.