indy-sdk-react-native
indy-sdk-react-native copied to clipboard
React Native wrapper around Indy SDK Java and Objective-C wrappers.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Hi, I am trying to do the new way of installing the framework. Currently running into errors where my computer is unable to find `libevent ~> 2.1.12`. Currently running on...
Example: https://github.com/hyperledger-labs/solang/blob/main/MAINTAINERS.md Example of a pointer: https://github.com/hyperledger-labs/homebrew-solang/blob/main/MAINTAINERS.md
I am not able to initialize as well as create a wallet. I tried with the following code. `import indy from 'indy-sdk-react-native'; ` `await indy.createWallet({ id: 'wallet-12' }, { key:...
If we add the Indy.framework to this repository and add ``` s.ios.vendored_frameworks = "Frameworks/Indy.framework" ``` We can fully support auto linking on iOS
Example demo project was not able to run openPoolLedger function, the example provided does support this function.
Draft as I still need to test the changes in react native.
I implemented Argon2 key derivation to derive wallet key from entered Pin The flow is when biometrics fail and you fall back to Pin, you need an API to check...
When handling request presentation message I'm getting an error: ``` ERROR: Error handling message with type https://didcomm.org/present-proof/1.0/request-presentation ``` Unfortunately the message is quite long and gets truncated. I've been digging...
Suggestion to drop flow and move to TS. We could depend on `@types/indy-sdk` and make sure the export in this repo matches the `Indy` type from `@types/indy-sdk`. This way we...