Skip to content

decentralized-identity/sidetree-ipfs-datastores

Repository files navigation

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.

About

Implementations of IPFS datastore used by sidetree-ipfs microservice

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published