Fernando Latorre
Fernando Latorre
I tried to use it in react but i get this error: ``` TypeScript error in /Users/tec2/web/node_modules/@mattrglobal/bbs-signatures/lib/types/index.ts(14,10): Cannot re-export a type when the '--isolatedModules' flag is provided. TS1205 12 |...
Hi, i would like to clarify the following: - `to` - OPTIONAL. Identifier(s) for recipients. MUST be an array of strings where each element is a valid [DID](https://www.w3.org/TR/did-core/) or [DID...
Hi, I just did the 2 steps of the video. ``` export MICROFAB_CONFIG=$(cat microfab.json) docker run -it -p 8443:8443 -e MICROFAB_CONFIG ibmcom/ibp-microfab ``` It deploys microfabric in docker but i...
Hi, there is no documentation about how can be it imported and used in a react native add. I tried with `npm install git://github.com/ayanworks/ARNIMA.git#master` but it doesn't work. Thank you...