-
**Bug severity**
5
(I am not sure what configuration I did wrongly)
**Describe the bug**
Not able to resolve a DID Document.
**To Reproduce**
Steps to reproduce the behaviour:
1. Initialize…
-
https://github.com/uport-project/daf/blob/989720281c3159aee656ee1098cb507aa10ce218/packages/daf-web-did/src/__tests__/identity-provider.test.ts#L3
-
Have you seen the the "TxRelay" smart contract docs by uPort? It's a way to provide unfunded wallets with the ability to sign transactions and send them to a smart contract using a "RelayEntity" to ad…
-
[EIP-712](https://eips.ethereum.org/EIPS/eip-712) is a way for an Ethereum identity (secp256k1 keypair) to sign structured data. This is supposed to be good for security and user autonomy since rather…
-
The following GraphQL query returns all the identities
```
query {
identities(input: { where: { column: did, value: "asd"} }) {
did
saveDate
}
}
```
I think the problem is he…
-
https://github.com/uport-project/daf/blob/989720281c3159aee656ee1098cb507aa10ce218/packages/daf-core/src/identity/abstract-identity-controller.ts#L14
The `AbstractIdentityController.addPublicKey` m…
-
The identity store should be able to handle extra fields, like service entries required for DID docs.
https://github.com/uport-project/daf/blob/989720281c3159aee656ee1098cb507aa10ce218/packages/daf…
-
The RIF team is working with the uPort DAF in React Native and trying to implement secretBox with the `daf-react-native-libsodium` library.
We are running into the following error when storing info…
-
How can I add a logo to my Terra node? I can't find any tutorial on how to do this.
Thanks
-
We need [nacl-did](https://github.com/uport-project/nacl-did) `IdentityController`.
It should be very similar to [daf-ethr-did-fs](https://github.com/uport-project/daf/blob/master/packages/daf-ethr…