0.3.1-unstable.83 • Published 5 months ago

@evan.network/sidetree-cas-ipfs v0.3.1-unstable.83

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@sidetree/cas-ipfs

This package contains several implementations of Content Addressable Storage used in Sidetree.

It contains:

  • IpfsCas: A CAS interface for IPFS
  • IpfsCasWithCache: An efficient CAS interface that uses IPFS and a cache for faster read

Usage

npm install --save @sidetree/cas-ipfs

Development

npm install
npm run test