polywrap / wrap-cli

Used to create, build, and integrate wraps.
https://polywrap.io
MIT License
170 stars 52 forks source link

I want to execute wrappers trustlessly (client-side hash verification) #713

Open nerfZael opened 2 years ago

nerfZael commented 2 years ago
nerfZael commented 2 years ago

Branch with example test: nerfzael-ipfs-content-verification IPFS content hash verification does not work out of the box with ipfs-http-client, or with the js-ipfs SDK Any content verification that happens, happens inside of the IPFS node.

After talking with @dOrgJelli we've decided to remove this from the alpha release since this is standard for all IPFS related projects. However, I think we should explore it further and if having IPFS content verification built into the resolver is possible, then it should be implemented in the future.