@decentralized-identity/sidetree-ipfs-datastores
v1.0.2
Published
Implementations of IPFS datastore used by sidetree-ipfs microservice
Downloads
59
Readme
sidetree-ipfs-datastores
Implementations of IPFS datastore used by sidetree-ipfs microservice.
Running an example IPFS node that uses a datastore implementation:
- Build the IPFS datastore implementations:
npm i
npm run build
- Build the example:
cd ./examples
npm i
npm run build
- Run the example:
- Replace the storage connection string in the .env file located in the root folder.
node dist/index.js
from theexamples
folder.