Skip to content

Commit

Permalink
Synced from the wiki repo
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRulesJustFeels committed Jun 25, 2024
1 parent b06f222 commit cc50bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/IPFS-Pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ According to IPFS, "_IPFS has a fairly aggressive caching mechanism that will ke

## Does Teia pin my OBJKTs for me?

Metadata & OBJKT files are uploaded with Infura [(see github code here)](https://github.com/teia-community/teia-ui/blob/main/src/data/ipfs.js#L12), Infura automatically pins the data [(source)](https://infura.io/docs/ipfs#section/Getting-started/Add-a-file), then they're downloaded from ipfs.io, cloudflare or pinata public gateways [(see github code here)](https://github.com/teia-community/teia-ui/blob/main/src/pages/objkt-display/tabs/info.js#L11).
Metadata & OBJKT files are uploaded with Teia's own IPFS node, ipfsproxy.teia.art (see [github code here](https://github.com/teia-community/ipfs-upload-proxy/)). OBJKT artifacts and metadata are automatically pinned. The Teia UI uses an image proxy, imgproxy.teia.rocks, for fast access to thumbnails and uses cache.teia.rocks to download content from IPFS.

## Do I need to pin my own OBJKTs?

Expand Down

0 comments on commit cc50bb5

Please sign in to comment.