@decentralized-identity/sidetree-ipfs-datastores

v1.0.2
Implementations of IPFS datastore used by sidetree-ipfs microservice
ipfs datastore

sidetree-ipfs-datastores

Implementations of IPFS datastore used by sidetree-ipfs microservice.

Running an example IPFS node that uses a datastore implementation:

  1. Build the IPFS datastore implementations:
    1. npm i
    2. npm run build
  2. Build the example:
    1. cd ./examples
    2. npm i
    3. npm run build
  3. Run the example:
    1. Replace the storage connection string in the .env file located in the root folder.
    2. node dist/index.js from the examples folder.
npm i @decentralized-identity/sidetree-ipfs-datastores

Metadata

Downloads