@decentralized-identity/sidetree-ipfs-datastores

Implementations of IPFS datastore used by sidetree-ipfs microservice.

Usage no npm install needed!

<script type="module">
  import decentralizedIdentitySidetreeIpfsDatastores from 'https://cdn.skypack.dev/@decentralized-identity/sidetree-ipfs-datastores';
</script>

README

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.