ipfs-proof-builder v0.0.9
This package implements a Merkle Proof Builder over IPFS.
Given a description of a File Stored on IPFS, it: 1. Queries for a Challenge Block 2. Builds a proof for that block from an
obaofile 3. Returns the built proof to the caller
obaofiles must be provided by the caller, and accessed through a custom callback
Install
npm installBuilding
npm run buildRun tests
Populate spec/testCases/testFiles/pinned with files that you know are pinned or available over IPFS. These can be gathered through an IPFS gateway.
Populate spec/testCases/testFiles/unpinned with files that you know are not pinned or available over IPFS. Try using personal data you know isn't public, or random generated text files.
Given these files, our test script pre-processes them into obao files that can be used to test our proof builder.
npm testAuthor
👤 Alex Miller and Jonah Kaye
- Github: @amiller68
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator