-
Updated
Feb 3, 2021 - Java
did
Here are 127 public repositories matching this topic...
-
Updated
Feb 11, 2021 - Rust
I think we can build the element-api and element-app as docker images, and add instructions for Azure Deployment.
Maybe we want to have a single docker image for exposing the web app and api together.
Once they are docker images, it should be easier to deploy them on other providers.
Add Azure Pipelines
Add Storybook
Want to add storybook, to encourage reusable components.
-
Updated
Feb 13, 2021 - C++
-
Updated
Jan 3, 2021 - Go
-
Updated
Dec 28, 2020 - Rust
-
Updated
Jan 15, 2021 - HTML
-
Updated
Feb 10, 2021 - Go
-
Updated
Feb 10, 2021
-
Updated
Feb 12, 2021 - Go
Observer should note "who wrote the transaction to the ledger"...
-
Updated
Feb 12, 2021 - Go
publicKeyJwkFromPublicKeyBase58 method is present for Ed25519 suite but is missing for secp256k1 .
Suggested method:
const publicKeyJwkFromPublicKeyBase58 = value => {
const publicKeyHex = publicKeyUInt8ArrayFromPublicKeyBase58(value).toString('hex')
const publicKeyJwk = publicKeyJwkFromPublicKeyHex(publicKeyHex)
return publicKeyJwk
}
-
Updated
Jan 25, 2021
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 26, 2020 - Java
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Feb 12, 2021 - Go
-
Updated
Jul 19, 2020
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Jan 3, 2021 - Go
Improve this page
Add a description, image, and links to the did topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the did topic, visit your repo's landing page and select "manage topics."
It could use random number generator and breaks the test. Investigate and fix the test.