credo-ts icon indicating copy to clipboard operation
credo-ts copied to clipboard

Generating a nonce for a proof request

Open berendsliedrecht opened this issue 3 years ago • 0 comments

Right now, It not really possible to generate a nonce, via proofService.generateNonceForProofRequest() without a lot of hassle because you need to instantiate the proofService.

We should add a way to generate this nonce without instantiating this whole class, or we should create it for the user if nothing is provided in the options of the constructor for the proofRequest class.

berendsliedrecht avatar Feb 18 '22 14:02 berendsliedrecht