/ipfs-url-index

Experimental URL->CID index using b trees (chunky-trees from @mikeal)

Primary LanguageJavaScriptMIT LicenseMIT

ipfs-url-index

Experimental IPFS index for URL->CID, implemented using chunky-trees B-Tree implementation.

API Server

Run node main.js to start the api server on port 3000.

Tests

Run ava or yarn test to run the test suite. (The test suite currently must be run sequentially).