Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentralized-identity/sidetree-ipfs-datastores
Implementations of IPFS datastore used by sidetree-ipfs microservice
https://github.com/decentralized-identity/sidetree-ipfs-datastores
wg-sidetree
Last synced: 2 months ago
JSON representation
Implementations of IPFS datastore used by sidetree-ipfs microservice
- Host: GitHub
- URL: https://github.com/decentralized-identity/sidetree-ipfs-datastores
- Owner: decentralized-identity
- License: apache-2.0
- Created: 2019-03-19T18:05:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:13:08.000Z (about 2 years ago)
- Last Synced: 2024-04-26T07:11:29.258Z (9 months ago)
- Topics: wg-sidetree
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`
1. `npm run build`
1. Build the example:
1. `cd ./examples`
1. `npm i`
1. `npm run build`
1. Run the example:
1. Replace the storage connection string in the .env file located in the root folder.
1. `node dist/index.js` from the `examples` folder.