Skip to content

Commit

Permalink
Fix OCAFile link
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Jul 2, 2024
1 parent 5dd6d84 commit de45bb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/ecosystem/oca-repository.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# OCA Repository

The **OCA repository** is a key concept of the OCA Ecosystem. It enables to manage, store and share OCA Objects like: [ OCA Bundles ](/ecosystem/oca-bundle) and [ OCAFiles ](/ecosystem/oca-file). The interface is exposed through [ REST API ](https://repository.oca.argo.colossi.network/).
The **OCA repository** is a key concept of the OCA Ecosystem. It enables to manage, store and share OCA Objects like: [ OCA Bundles ](/ecosystem/oca-bundle) and [ OCAFiles ](/specification/ocafile). The interface is exposed through [ REST API ](https://repository.oca.argo.colossi.network/).

The OCA repository operates under governance. It can be public (open access) or private (limited access).

## Applications


The OCA repository serves as a central component in the ecosystem, providing storage, management, and sharing capabilities for various semantic needs. It supports multiple use cases, such as:

- Storing verifiable credential schemas
Expand All @@ -27,7 +26,6 @@ docker pull humancolossus/oca-repository:latest

See [OpenAPI Specification](https://repository.oca.argo.colossi.network/) to get all available endpoints.


## Concepts

- OCA Repository implements [ content centric networking ](https://en.wikipedia.org/wiki/Content_centric_networking) (CCN) concept tu uniquely identify all the resources stored in the repository. The resources are identified through [SAID's](https://datatracker.ietf.org/doc/html/draft-ssmith-said) so by calculating the product of the one way hash function, that becomes the identifier of the resource. By deriving SAID's from the content it creates cryptographic binding between identifier and the content.
Expand Down

0 comments on commit de45bb5

Please sign in to comment.