verifyIPFS
verifyIPFS copied to clipboard
Solidity library for verifying IPFS hashes
The b58 [encode](https://github.com/MrChico/verifyIPFS/blob/master/contracts/verifyIPFS.sol#L28) function is awesome, would there be a way to make a similar one that decodes instead?
It appears that something in this library isn't working with recent versions of solidity, truffle and ganache-cli. Trying to run the example in the README goes okay until I try...
Currently the README states that this verifier is limited to IPFS objects with no links. This is because the protobuf byte definition will change if an object has defined a...
Hi @MrChico - this is a cool project! I'm wondering, what's the difference between using IPFS CID vs. a MerkleTree for representing the large amount of data?