1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge pull request #266 from oceanprotocol/feature/tools-repos

split up repos list, add Osmosis, add parity fork
This commit is contained in:
Troy McConaghy 2019-06-07 15:18:27 +02:00 committed by GitHub
commit b32919751b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -21,6 +21,8 @@ See also: [Run a Keeper](/setup/keeper/)
A [Parity Secret Store](https://wiki.parity.io/Secret-Store): software for distributed key pair generation, distributed key storage, and threshold retrieval. It's used to store [asset](/concepts/terminology/#asset-or-data-asset) access-control keys.
<repo name="parity-ethereum"></repo>
There are several clients for integrating the Parity Secret Store into Ocean:
<repo name="secret-store-client-js"></repo>

View File

@ -31,20 +31,30 @@
links:
- name: API reference
url: https://www.javadoc.io/doc/com.oceanprotocol/squid/
- group: Tools
items:
- name: plecos
- name: faucet
- name: blockscout
- name: tuna
- group: OceanDB
- group: OceanDB Drivers
items:
- name: oceandb-mongodb-driver
- name: oceandb-bigchaindb-driver
- name: oceandb-elasticsearch-driver
- name: oceandb-driver-interface
- group: Osmosis Drivers
items:
- name: osmosis-azure-driver
- name: osmosis-aws-driver
- name: osmosis-on-premise-driver
- group: Parity Secret Store
items:
- name: parity-ethereum
- name: secret-store-client-js
links:
- name: Architecture