@near-js/keystores-browser
Version:
KeyStore implementation for working with keys in browser LocalStorage
13 lines (7 loc) • 721 B
Markdown
# @near-js/keystores-browser
A collection of classes for managing keys in a web browser execution context.
## Modules
- [BrowserLocalStorageKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores-browser/src/browser_local_storage_key_store.ts) implementation of [KeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/keystore.ts) storing unencrypted keys in browser LocalStorage
# License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE](https://github.com/near/near-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/near/near-api-js/blob/master/LICENSE-APACHE) for details.