-
In https://w3c-ccg.github.io/did-spec/#purpose-of-this-specification, it states...
> The first purpose of this specification is to define the generic DID scheme and a generic set of operations on …
-
While running clippy rustc panicked.
The code is here https://github.com/AxelNennker/indy-sdk/tree/vcx_clippy
To reproduce:
- `git clone https://github.com/AxelNennker/indy-sdk`
- `git checkou…
-
I am following the instructions here
https://github.com/hyperledger/aries-cloudagent-python/tree/master/demo#Running-Locally
The place where I get stuck is here:
"
Alternately, you can run th…
-
Recently there's been discussion to update this work to be fully JWE compliant. One of the proposed solutions that's come up is to generate the following format:
```json
{
"protected": base64…
-
Hi,
I am trying to run demo. I've started VON Network locally by
```
./manage start
```
Everything seems fine there
```
CONTAINER ID IMAGE COMMAND CREATED…
-
During our call we started discussion about using different name for module which handles the keys. Seems like current name `Wallet` introduce a lot of confusion and it is already used by many project…
-
When using aca-py (but with working around this fatal error https://github.com/hyperledger/aries-cloudagent-python/issues/120). I try to run aca-py with a different --seed (wallet seed) than that use…
-
I am trying to work through the open api demo here:
https://github.com/hyperledger/aries-cloudagent-python/blob/master/demo/AriesOpenAPIDemo.md
But using the act-py CLI instead. I run into diffic…
-
Indy [HIPE 0022](https://github.com/hyperledger/indy-hipe/tree/master/text/0022-cross-domain-messaging) (cross domain messaging) is referenced from the Aries RFCs.
References:
- https://github.com…
-
Per a discussion on the Aug 7 2019 community call...
The RFCs show messages, but omit detail about specific payloads (the actual content of credentials and presentations). The reason is deliberate …