You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RPC method takes as input either a type JWT or JWZ
In case of using type JWZ we use the provided data in JSON format and add the from field. After this, we use the 0xPolygonID/js-sdk library to package the data in JWZ format and also sign it (a ZKP is generated)
In case of using type JWT, user can provide header and payload fields that we use to construct a JWT and sign it. We also set the correct alg for signing and add fields like iss and kid.
The RPC method calls snap_getEntropy without a salt and then uses HDNodeWallet from Ethers to create a wallet using the entropy and then returns the address of the created wallet
Checklist
All items in the list below needs to be satisfied.
The text was updated successfully, but these errors were encountered: