Oz SDK for IPFS

Has anyone used oz SDK with IPFS?

I might have a need to store documents and/or hashes of documents on IPFS

Keen to get some production-ready use cases.

Cc: @abcoathup

1 Like

Hi @pkr,

I haven’t used IPFS with OpenZeppelin SDK (whether contracts are upgradeable or not shouldn’t impact how IPFS hashes are stored).

James Childs-Maidment’s Leeroy micro blogging dapp logged IPFS hashes to stateless smart contracts.

@bbarton’s Peepeth micro blogging dapp logs IPFS hashes to stateless smart contracts. (https://peepeth.com/how)

I used IPFS in a short course project where IPFS hashes are encoded to bytes32 with two bytes for Qm being removed.

1 Like