Connecting your DApp to IPFS

Does your DApp need to store arbitrarily large files? This solution explains integrating IPFS with Algorand so your DApp may gain access to this decentralized storage network.

Let us know how your DApp is making use of IPFS in the thread below.

3 Likes

Hi Ryan, how about converting IPFS CID to 32 bytes strings that fit both metadatahash and url fields (although on 2.7.1 URL is extended to 96 bytes)?!
ipfs2bytes32 GitHub repository
ONLINE DEMO

In more complex scenarios URL (96 bytes since 2.7.1) can hold ASA service endpoints which are actually URls and metadatahash field can hold onto IPFS CID (which can be converted to 32 bytes and fits now).

1 Like

Hello I like this so much