In the traditional web, everything is mutable and dynamic, this works well most of the time, but it can lead to a broken link (link rot). A broken link is a big concern for a digital artifact like an NFT because they are meant to be permanent. NFTs have an on-chain and an off-chain component. The on-chain part contains the metadata and links to the off-chain part, usually a file or files. If you store an NFT with a link that later rots, the value of the NFT is compromised even though the blockchain record remains unchanged.
We need links that endure in time to safely link from an NFT to off-chain assets like images. The ideal link would always resolve to the same piece of content linked during the minting of the NFT. In this way, it is not tied to a single server owner or "domain."
Content addressing gives us precisely the kind of links we need. You no longer get to choose the keys. Instead, the keys are derived directly from the values stored using a deterministic function that generates the same key for the same content.
When your data is stored on IPFS, users can fetch it from any IPFS node with a copy, making data transfers more efficient and reducing the load on any single server. As each user brings a piece of data, they keep a local copy around to help other users request it later.
We'll provide a suite of high-availability APIs and developer tools (SDKs) for fast and reliable access to the Cardano network and IPFS that requires only minutes to integrate. Our goal is to lower the entry barrier for development on Cardano by providing reliable infrastructure and easy to use API that will allow developers and enterprises to focus on building their business model and growing next-generation software without worrying about infrastructure and operational responsibilities.
Use cases and customers
- NFT Marketplaces
- Artists minting their own collection or project.
- Individual collectors who want to pin their NFTs in order to have backup copies.
Proposal Components
- IPFS HTTP API
- JS SDK
- IPFS Gateways
- NFT Minter
JS SDK Just download the library and start building! No infrastructure or DevOps is required.
User interface
The user interface will allow you to add and remove files to IPFS in an easy way. I'll have analytics showing requests, methods calls and also an export feature that will allow you to export all the CID in your account.
Backup to AWS S3 and other IPFS providers.
Free account with 150MB
Tangocrypto Free IPFS Gateway
We will provide a gateway for users who are just getting started anyone will be able to access the content through this gateway with a URL like this: <https://gateway.tangocrypto.com/ipfs/bafybeibidhc2lxor34v5exel6vfumprwysuteoguenqy7ayynrbqcjcuui>
Dedicated IPFS Gateways
For those who need higher limit rates and consistent performance with their own domain name.
The paid plan will allow the creation of dedicated gateways.
Being able to maintain a highly available distributed storage infrastructure.