avalanche-wallet icon indicating copy to clipboard operation
avalanche-wallet copied to clipboard

Feature: Support for Ipfs links

Open defikintaro opened this issue 3 years ago • 0 comments

Hello there,

Because of http/https domains enforces nft holders to trust centralized systems, I would like to suggest for viewing nft assets by using ipfs:// links. Link example : ipfs://QmeS6ora4CP5ZJYUC45332a3vcp9wNXdcSQXApR7FjVwY4

To do this properly, js-ipfs library can be used. This basically initiates an Ipfs node on the client side and allows programmer to make Ipfs cat/stat calls directly to the network. I believe that trusting an Ipfs gateway is also an bad option. However for performance and user experience considerations this could be used.

Thank you !

defikintaro avatar Sep 12 '21 09:09 defikintaro