Skip to content

Commit 61ce31f

Browse files
author
Philipp Bolte
authored
chore: link other repositories for this spec
1 parent 581ed3e commit 61ce31f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ This repository includes a well-tested reference implementation that implements
2727
<img src="img/registry-architecture.jpg"/>
2828
</div>
2929

30-
<div align="center">
31-
3230
### Namespace
3331

3432
A namespace is a representation of an Ethereum `address` inside the registry that corresponds to its owners `address`. All revocation lists within a namespace are initially owned by the namespace's owner `address`. All namespaces are already claimed by their corresponding owners.
@@ -53,9 +51,13 @@ An Ethereum `address` that received temporary access to a revocation list in a n
5351

5452
Owners and delegates can provide a signed payload off-band to another `address` (transaction sender) that initiates the Ethereum interaction with the smart contract. This might be helpful for services providing easy-to-use access to the registry.
5553

54+
## Usage in Verifiable Credentials
55+
56+
The usage in Verifiable Credentials is defined in the EthrRevocationRegistry2022 specification found here: https://spherity.github.io/vc-ethr-revocation-registry/.
57+
5658
## Interacting with the Registry
5759

58-
Implementers can call all methods of the registry directly with already existing web3 libraries. Alternatively, the Typescript library [Ethereum-Revocation-Registry-Controller](https://github.com/spherity/Ethereum-Revocation-Registry-Controller) can be used as an easy-to-use interface to interact with the registry.
60+
Implementers can call all methods of the registry directly with already existing web3 libraries. Alternatively, the Typescript library [Ethereum-Revocation-Registry-Controller](https://github.com/spherity/Ethereum-Revocation-Registry-Controller) can be used as an easy-to-use interface to interact with the registry. A plugin for resolving credential states in Veramo can be found here: https://github.com/spherity/ethr-revocation-registry-veramo-plugin
5961

6062
## Contract Deployments
6163

0 commit comments

Comments
 (0)