issues
search
hyperledger
/
aries-vcx
aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125
stars
83
forks
source link
Implement `did:ethr` resolver
#1066
Open
Patrik-Stas
opened
12 months ago
Patrik-Stas
commented
12 months ago
Demo of JS implementation
did:ethr
in
https://github.com/gmulhearn/anoncreds-on-ethereum/pull/4
can be a good place to get the feet off the ground
Prior to this work, we should stabilize
DidDocument
- remove the current use of generics - and all the changes which trickle up as result
gmulhearn
commented
4 months ago
Will give this one a go
did:ethr
in https://github.com/gmulhearn/anoncreds-on-ethereum/pull/4 can be a good place to get the feet off the groundDidDocument
- remove the current use of generics - and all the changes which trickle up as result