-
Updated
Mar 16, 2022 - Java
did
Here are 195 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Rust
-
Updated
Feb 18, 2022 - HTML
Veramo is missing an automated way of checking which packages work in a react-native environment.
We need a sample repository with a react-native app that uses @veramo/core and a few veramo plugins and runs through some methods of the plugins as an integration test.
Ideally, the mobile app should mimic the steps from [one of the guides](https://veramo.io/docs/react_native_tutorials/react_nat
Add Storybook
Want to add storybook, to encourage reusable components.
-
Updated
Mar 3, 2022
-
Updated
Mar 2, 2022 - Rust
-
Updated
Mar 3, 2022 - C++
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Sep 22, 2021 - HTML
-
Updated
Mar 7, 2022 - Go
-
Updated
Mar 18, 2022 - TypeScript
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
Mar 16, 2022 - TypeScript
-
Updated
Mar 17, 2022 - Go
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Mar 18, 2022 - Kotlin
-
Updated
Mar 4, 2022 - Go
-
Updated
Nov 26, 2020 - Java
-
Updated
Dec 13, 2021 - C#
-
Updated
Dec 8, 2021 - CSS
-
Updated
Dec 15, 2021 - Python
-
Updated
Aug 19, 2021 - Go
-
Updated
Jan 25, 2021
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.