hypersign-protocol / hid-ssi-js-sdk

Java script sdk for creating and verifying dids, diddocs, verifiable credentials and verifiable presentations.
5 stars 0 forks source link

Entity API key as optional param in Hypersign SDK #95

Open Vishwas1 opened 1 year ago

Vishwas1 commented 1 year ago

Take entity API key as a param to the SDK, if developer has passed, offlinesigner, then use offlineSigner as primary wallet otherwise, use API to do all on chain activities. This was, developer a) dont have to worry about understanding offline signer, b) The dont have to worry about HID wallet since it will be abstracted out with APIs. They only focus on understanding doc of JS sdk.