Storage implementation for signer library on the Internet Computer
npm install @slide-computer/signer-storageStorage implementation for signer library on the Internet Computer.
---
Using SignerStorage:
```
npm i --save @slide-computer/signer-storage
Supports storing both ECDSAKeyIdentity and Ed25519KeyIdentity. The ECDSAKeyIdentity is highly recommended overEd25519KeyIdentity
the due to insecure plain text storage of the latter. Additionally, this library also supportsDelegationChain
storing a .
There are two storage implementations IdbStorage and legacy LocalStorage, the ECDSAKeyIdentity can only be storedIdbStorage` implementation.
in