Skip to content

Commit

Permalink
feat(plugin-object-store-ipfs): add IPFS plugin implementation
Browse files Browse the repository at this point in the history
Has the ability to get/set or determine presence of key.

Tests verify that it is possible to overwrite the same file
(key) with different content e.g. data is mutable (or at
least appears to be mutable on the file system abstraction
level vs the hashes)

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jul 12, 2021
1 parent b2c7fc4 commit 6d1de27
Show file tree
Hide file tree
Showing 31 changed files with 6,780 additions and 2 deletions.
7 changes: 7 additions & 0 deletions extensions/cactus-plugin-object-store-ipfs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `@hyperledger/cactus-plugin-object-store-ipfs`

> TODO
## Usage

> TODO
7 changes: 7 additions & 0 deletions extensions/cactus-plugin-object-store-ipfs/openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.1.1"
}
}
Loading

0 comments on commit 6d1de27

Please sign in to comment.