-
Make von-x and spark agent interoperable with the ultimate goal of submitting software to Hyperledger Indy as python and C# reference agents.
-
In https://w3c-ccg.github.io/did-spec/#did-subject, it states...
> The DID subject is the identifier that the DID Document is about, i.e., it is the DID described by DID Document. The rules for a D…
-
In https://w3c-ccg.github.io/did-spec/#public-keys, it states...
> The primary intention is that a DID Document lists public keys whose corresponding private keys are controlled by the entity ident…
-
Many of the previous issues relate to when and where definitions are made and used in the spec. The current best practice for specs includes these two features which probably need to be made to the sp…
-
Create a single terminal docker-compose setup for Permitify 1.5 with the following attributes:
* Include all containers - von-network (nodes and ledger browser), TOB and permitify
* Have indy-node ru…
-
The DID spec states (bold part mine):
> Globally distributed ledgers (**or a decentralized P2P network that provides similar capabilities**) provide a means for managing a root of trust with neithe…
-
I am trying to setup Indy SDK build environment for Windows following https://github.com/hyperledger/indy-sdk/blob/master/doc/windows-build.md steps.
Unfortunately, after I run **cargo build** comman…
-
I could not get this crate to work for `cargo build --target=aarch64-linux-android`
Even if I tell cargo which compilers to use. The following does not work:
`ANDROID_API=28 PATH=$NDK/toolchains/…
-
- [x] Hyperledger Indy, as the blockchain chosen.
- [x] Explore Fabric Roles.
-
TimeoutException occurs when running the java samples on windows. What value do I need to change for Test pool IP and nodes
Teutopolip points to 127.0.0.1
nodes point to 0.0.0.0
Anoncreds sam…