Alexey Sobolev
Alexey Sobolev
## Description We need a WASM version build specifically to work with **JavaScriptCore**, which powers **React Native**. There is a crate to support this: https://lib.rs/crates/javascriptcore-rs For more details see [here](https://www.reactnative.guide/3-react-native-internals/3.1-react-native-internals.html#architecture)...
Request tokens for the first time => all good. Wait 60+ seconds and request tokens to the same address again => Faucet out of service.  
`./src/curl.lib.js` Line 166: 'interrupt' is not defined
If endpoint is not reachable, VP proof function terminates with unhandled exception ``` new Proof src/VC/Proof/Proof.ts:57 ``` 
Currently used encryption library **secp256k1** generates private keys of 32 byte (256 bit) size. The length can't be increased to more secure 2048 bit size. I recommend to use [**node-rsa**](https://github.com/rzcoder/node-rsa#generate-new-512bit-length-key)...