wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

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

Open nerfZael opened this issue 3 years ago • 1 comments

  • [x] Add tests for IPFS content hash verification
  • [ ] Check if the they pass, if they don't implement content hash verification

nerfZael avatar Mar 03 '22 20:03 nerfZael

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.

nerfZael avatar Mar 11 '22 15:03 nerfZael